From: Felix Fietkau Date: Sun, 17 Aug 2008 16:18:36 +0000 (+0000) Subject: add missing dependency X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=ef1d7043cdbc6270cecae5533012f7e666b76474;hp=0fab0a9042f7b4375a05570335b45e888ebdeda0 add missing dependency SVN-Revision: 12335 --- diff --git a/libs/fcgi/Makefile b/libs/fcgi/Makefile index 0c81d7fd9a..d7f51c2b6b 100644 --- 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