packages/utils/collectd: fix detection of kernel headers for libiptc (#4233)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13501 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
45931e9e6d
commit
7db175428b
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user