projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fab0a9
)
add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 17 Aug 2008 16:18:36 +0000
(16:18 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 17 Aug 2008 16:18:36 +0000
(16:18 +0000)
SVN-Revision: 12335
libs/fcgi/Makefile
patch
|
blob
|
history
diff --git
a/libs/fcgi/Makefile
b/libs/fcgi/Makefile
index 0c81d7fd9a938ead148dbef1f0faf60165252ae8..d7f51c2b6be88ca1346ba4468a0a63a241c7e1c3 100644
(file)
--- a/
libs/fcgi/Makefile
+++ b/
libs/fcgi/Makefile
@@
-24,6
+24,7
@@
define Package/fcgi
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Shared library of FastCGI
+ DEPENDS:=+uclibcxx
URL:=http://www.fastcgi.com/
endef