[package] fix zlib dependency typo in collectd Makefile (#5457)
authorFlorian Fainelli <florian@openwrt.org>
Mon, 6 Jul 2009 11:14:20 +0000 (11:14 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 6 Jul 2009 11:14:20 +0000 (11:14 +0000)
SVN-Revision: 16706

utils/collectd/Makefile

index 2b52e833c34a7a9db26dda6d71ab276a89552b53..14599a8eaeeedb0971ae78ef8fd76785b42815e3 100644 (file)
@@ -34,7 +34,7 @@ endef
 
 define Package/collectd
         $(call Package/collectd/common_info)
-        DEPENDS:=+libgcc +libpthread +libz
+        DEPENDS:=+libgcc +libpthread +zlib
         MENU:=1
 endef