[packages] cgilib: add missing build dependency on libltdl (#11705)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32445 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-06-19 00:12:29 +00:00
parent 743d7cf034
commit 79b82b0f14

View File

@ -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