From: Jo-Philipp Wich Date: Tue, 19 Jun 2012 00:12:29 +0000 (+0000) Subject: [packages] cgilib: add missing build dependency on libltdl (#11705) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=75678e124d2f5c024df3b44e101dc5a188e11943;p=openwrt%2Fsvn-archive%2Farchive.git [packages] cgilib: add missing build dependency on libltdl (#11705) SVN-Revision: 32445 --- diff --git a/libs/cgilib/Makefile b/libs/cgilib/Makefile index 02e6ba0b40..ef6ee03585 100644 --- a/libs/cgilib/Makefile +++ b/libs/cgilib/Makefile @@ -16,6 +16,8 @@ PKG_SOURCE_URL:=http://www.infodrom.org/projects/cgilib/download PKG_MD5SUM:=2c7053f58dfb06f7a80a112797ed7e86 PKG_FIXUP:=autoreconf +PKG_BUILD_DEPENDS:=libltdl + LIBTOOL="$(STAGING_DIR)/host/bin/libtool" include $(INCLUDE_DIR)/package.mk