projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006283e
)
collectd: make it depend on libltdl
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 5 Dec 2010 17:26:24 +0000
(17:26 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 5 Dec 2010 17:26:24 +0000
(17:26 +0000)
SVN-Revision: 24263
utils/collectd/Makefile
patch
|
blob
|
history
diff --git
a/utils/collectd/Makefile
b/utils/collectd/Makefile
index c4c4fe36a1177cee265ccb913a093d9ff001c98a..7685c43c511a3a532fcd9ba158c7f3c0d77533c6 100644
(file)
--- a/
utils/collectd/Makefile
+++ b/
utils/collectd/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=collectd
PKG_VERSION:=4.10.2
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://collectd.org/files/
@@
-127,7
+127,7
@@
endef
define Package/collectd
$(call Package/collectd/Default)
- DEPENDS:= +libpthread +zlib
+ DEPENDS:= +libpthread +zlib
+libltdl
MENU:=1
endef