projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c11ce87
)
cgilib: add missing build dependency on libltdl (#11705)
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 19 Jun 2012 00:12:29 +0000
(
00:12
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 19 Jun 2012 00:12:29 +0000
(
00:12
+0000)
SVN-Revision: 32445
libs/cgilib/Makefile
patch
|
blob
|
history
diff --git
a/libs/cgilib/Makefile
b/libs/cgilib/Makefile
index 02e6ba0b4046a25501653c1a6ea9df39b0c630b0..ef6ee035857f875e07e297c4c71154d6e39eaf80 100644
(file)
--- 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