[packages] collectd: make it depend on libltdl

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24263 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-05 17:26:24 +00:00
parent 2e2bfa33a3
commit 16e4653d91

View 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