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:
42a698a
)
[package] fix zlib dependency typo in collectd Makefile (#5457)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 6 Jul 2009 11:14:20 +0000
(11:14 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 6 Jul 2009 11:14:20 +0000
(11:14 +0000)
SVN-Revision: 16706
utils/collectd/Makefile
patch
|
blob
|
history
diff --git
a/utils/collectd/Makefile
b/utils/collectd/Makefile
index
2b52e83
..
14599a8
100644
(file)
--- 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