From: Jo-Philipp Wich Date: Wed, 3 Dec 2008 20:45:44 +0000 (+0000) Subject: packages/utils/collectd: fix detection of kernel headers for libiptc (#4233) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=e06b6e03b54ffe998ff4343a85c129f699efc72a packages/utils/collectd: fix detection of kernel headers for libiptc (#4233) SVN-Revision: 13501 --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index de969dc4c6..8ae8d1d7b8 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -20,6 +20,7 @@ PKG_FIXUP=libtool PKG_BUILD_DEPENDS:=+libxml2 +libnetsnmp +libcurl +librrd1 include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/kernel.mk define Package/collectd/common_info SECTION:=utils @@ -281,6 +282,7 @@ PKG_CONFIGURE_OPTS:= \ CONFIGURE_VARS+= \ CPPFLAGS="-I$(STAGING_DIR)/usr/include/libxml2 $$$$CPPFLAGS" \ + KERNEL_DIR="$(LINUX_DIR)" # list of permanently disabled plugins disabled_plugins := apple_sensors battery cpufreq entropy hddtemp ipmi ipvs libvirt mbmon memcached \