X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Fcollectd%2FMakefile;h=14599a8eaeeedb0971ae78ef8fd76785b42815e3;hp=0639ff220224bd939ce022592d3d444cc0570c80;hb=047c67d0dfd606049e18543dcbccc74ad4664fb5;hpb=bd297fcb9f7285a9ff083586781730251b48d200 diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 0639ff2202..14599a8eae 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -16,7 +16,6 @@ PKG_SOURCE_URL:=http://collectd.org/files/ PKG_MD5SUM:=9e0e89150b1ff28fc0fdd8a198c9ac5e PKG_FIXUP=libtool -PKG_BUILD_DEPENDS:=+libxml2 +libnetsnmp +libcurl +librrd1 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/kernel.mk @@ -35,7 +34,7 @@ endef define Package/collectd $(call Package/collectd/common_info) - DEPENDS:=+libgcc +libpthread + DEPENDS:=+libgcc +libpthread +zlib MENU:=1 endef