add missing dependency
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 17 Aug 2008 16:18:36 +0000 (16:18 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 17 Aug 2008 16:18:36 +0000 (16:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12335 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/fcgi/Makefile

index 0c81d7f..d7f51c2 100644 (file)
@@ -24,6 +24,7 @@ define Package/fcgi
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=Shared library of FastCGI
+  DEPENDS:=+uclibcxx
   URL:=http://www.fastcgi.com/
 endef