package: add libfcgi fast cgi library.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Rico Bachmann <bachmann@tofwerk.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Rico Bachmann 2011-10-14 11:16:34 +02:00 committed by Peter Korsgaard
parent 9e3dac5045
commit c34d753008
3 changed files with 19 additions and 0 deletions

View file

@ -359,6 +359,7 @@ source "package/libcurl/Config.in"
source "package/libdnet/Config.in"
source "package/libesmtp/Config.in"
source "package/libeXosip2/Config.in"
source "package/libfcgi/Config.in"
source "package/libidn/Config.in"
source "package/liboauth/Config.in"
source "package/libmicrohttpd/Config.in"

View file

@ -0,0 +1,6 @@
config BR2_PACKAGE_LIBFCGI
bool "libfcgi"
help
FCGI, a fastcgi developer library for C/C++
http://www.fastcgi.com/

View file

@ -0,0 +1,12 @@
##############################################################################
#
# libfcgi
#
##############################################################################
LIBFCGI_VERSION = 2.4.0
LIBFCGI_SOURCE = fcgi-$(LIBFCGI_VERSION).tar.gz
LIBFCGI_SITE = http://www.fastcgi.com/dist
LIBFCGI_INSTALL_STAGING = YES
LIBFCGI_CONF_ENV = LDFLAGS="$(TARGET_LDFLAGS) -lm"
$(eval $(call AUTOTARGETS))