[packages] collectd: force full autoreconf, permantently disable pinba plugin
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24400 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
660b4414ed
commit
2a62bd3fdb
@ -17,6 +17,7 @@ PKG_MD5SUM:=85d9d8d0a1327782661e3c89800aa70e
|
||||
|
||||
PKG_FIXUP:=libtool
|
||||
PKG_LIBTOOL_PATHS:=. libltdl
|
||||
PKG_REMOVE_FILES:=aclocal.m4 ltmain.sh libltdl/aclocal.m4 libltdl/ltmain.sh
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
@ -46,6 +47,7 @@ COLLECTD_PLUGINS_DISABLED:= \
|
||||
openvz \
|
||||
oracle \
|
||||
perl \
|
||||
pinba \
|
||||
python \
|
||||
routeros \
|
||||
rrdcached \
|
||||
@ -202,13 +204,6 @@ define Package/collectd/conffiles
|
||||
/etc/collectd.conf
|
||||
endef
|
||||
|
||||
#define Build/Configure
|
||||
# (cd $(PKG_BUILD_DIR); \
|
||||
# autoreconf -v --install || exit 1 \
|
||||
# );
|
||||
# $(call Build/Configure/Default)
|
||||
#endef
|
||||
|
||||
define Package/collectd/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/collectd $(1)/usr/sbin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user