From: florian Date: Mon, 6 Jul 2009 11:14:20 +0000 (+0000) Subject: [package] fix zlib dependency typo in collectd Makefile (#5457) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c9bd4f29a6911c3f90a9ea13de39db8c42a81358;p=packages.git [package] fix zlib dependency typo in collectd Makefile (#5457) git-svn-id: svn://svn.openwrt.org/openwrt/packages@16706 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 2b52e833c..14599a8ea 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -34,7 +34,7 @@ endef define Package/collectd $(call Package/collectd/common_info) - DEPENDS:=+libgcc +libpthread +libz + DEPENDS:=+libgcc +libpthread +zlib MENU:=1 endef