summaryrefslogtreecommitdiffstats
path: root/package/libfcgi/Config.in
diff options
context:
space:
mode:
authorRico Bachmann2011-10-14 11:16:34 +0200
committerPeter Korsgaard2012-04-29 20:37:58 +0200
commitc34d753008aa174e700413eeaf070ff382efe02b (patch)
tree30c60159ef5977089fef2df95edfc62937873cf3 /package/libfcgi/Config.in
parentexternal-toolchain: do not copy shared libraries when BR2_PREFER_STATIC_LIB=y (diff)
downloadbuildroot-c34d753008aa174e700413eeaf070ff382efe02b.tar.gz
buildroot-c34d753008aa174e700413eeaf070ff382efe02b.tar.xz
buildroot-c34d753008aa174e700413eeaf070ff382efe02b.zip
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>
Diffstat (limited to 'package/libfcgi/Config.in')
-rw-r--r--package/libfcgi/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/libfcgi/Config.in b/package/libfcgi/Config.in
new file mode 100644
index 000000000..a622ec365
--- /dev/null
+++ b/package/libfcgi/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LIBFCGI
+ bool "libfcgi"
+ help
+ FCGI, a fastcgi developer library for C/C++
+
+ http://www.fastcgi.com/