projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd297fc
)
[packages] collectd: add build- and package-dependency to zlib (#4983)
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 6 Jun 2009 17:12:18 +0000
(17:12 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 6 Jun 2009 17:12:18 +0000
(17:12 +0000)
SVN-Revision: 16362
utils/collectd/Makefile
patch
|
blob
|
history
diff --git
a/utils/collectd/Makefile
b/utils/collectd/Makefile
index 0639ff220224bd939ce022592d3d444cc0570c80..37c11bd91fbebae93f089804e3a4fea09cf33cdb 100644
(file)
--- a/
utils/collectd/Makefile
+++ b/
utils/collectd/Makefile
@@
-16,7
+16,7
@@
PKG_SOURCE_URL:=http://collectd.org/files/
PKG_MD5SUM:=9e0e89150b1ff28fc0fdd8a198c9ac5e
PKG_FIXUP=libtool
-PKG_BUILD_DEPENDS:=+libxml2 +libnetsnmp +libcurl +librrd1
+PKG_BUILD_DEPENDS:=+libxml2 +libnetsnmp +libcurl +librrd1
+zlib
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk
@@
-35,7
+35,7
@@
endef
define Package/collectd
$(call Package/collectd/common_info)
- DEPENDS:=+libgcc +libpthread
+ DEPENDS:=+libgcc +libpthread
+libz
MENU:=1
endef