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

@@ -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))