From c9bd4f29a6911c3f90a9ea13de39db8c42a81358 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 6 Jul 2009 11:14:20 +0000 Subject: [PATCH] [package] fix zlib dependency typo in collectd Makefile (#5457) git-svn-id: svn://svn.openwrt.org/openwrt/packages@16706 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/collectd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0