collectd: make it depend on libltdl
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 5 Dec 2010 17:26:24 +0000 (17:26 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 5 Dec 2010 17:26:24 +0000 (17:26 +0000)
SVN-Revision: 24263

utils/collectd/Makefile

index c4c4fe36a1177cee265ccb913a093d9ff001c98a..7685c43c511a3a532fcd9ba158c7f3c0d77533c6 100644 (file)
@@ -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