From: jow Date: Sun, 5 Dec 2010 17:26:24 +0000 (+0000) Subject: [packages] collectd: make it depend on libltdl X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=16e4653d914868fb8189dd8ee9468d0bddc802d6;p=packages.git [packages] collectd: make it depend on libltdl git-svn-id: svn://svn.openwrt.org/openwrt/packages@24263 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index c4c4fe36a..7685c43c5 100644 --- 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