[Buildroot] [PATCH] package: add libfcgi fast cgi library.

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Oct 14 06:35:27 UTC 2011


Le Fri, 14 Oct 2011 00:46:59 +0200,
"Arnout Vandecappelle (Essensium/Mind)" <arnout at mind.be> a écrit :

> +config BR2_PACKAGE_LIBFCGI
> +    bool "libfcgi"
> +    help

One tab.

> +        This is a fastcgi developer library for C/C++
> +        http://www.fastcgi.com/

One tab + two spaces.

> diff --git a/package/libfcgi/libfcgi.mk b/package/libfcgi/libfcgi.mk
> new file mode 100644
> index 0000000..72bbf9a
> --- /dev/null
> +++ b/package/libfcgi/libfcgi.mk
> @@ -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,package,libfcgi))

$(eval $(call AUTOTARGETS))

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list