From 2cbdb2df87d29801eb5e17e6946e3d1a8247e2ff Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 9 Dec 2010 20:10:00 +0000 Subject: [PATCH] collectd: force full autoreconf, permantently disable pinba plugin SVN-Revision: 24400 --- utils/collectd/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 05ee9fa2e..097d5da8e 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -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/ -- 2.30.2