Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Rico Bachmann <bachmann@tofwerk.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3] package: add libfcgi fast cgi library.
Date: Wed, 25 Apr 2012 12:24:04 +0200	[thread overview]
Message-ID: <op.wdbgiefp705kjs@rico> (raw)
In-Reply-To: 1318583794-9897-1-git-send-email-arnout@mind.be

Ping

Can this patch be commited?
Or is there something to do first?

e.g. rename to fcgi to avoid the LIBFCGI_SOURCE makro?

Am 14.10.2011, 11:16 Uhr, schrieb Arnout Vandecappelle (Essensium/Mind)  
<arnout@mind.be>:

> From: Rico Bachmann <bachmann@tofwerk.com>
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind)  
> <arnout@mind.be>
> Signed-off-by: Rico Bachmann  
> <bachmann@tofwerk.com>
> ---
> Changes v3: now actually included the changes v2 (forgot the
> -a to git commit :-)
>
> Changes v2: corrected indentation of Config.in, removed redundant
> arguments of AUTOTARGETS.
> ---
>  package/Config.in          |    1 +
>  package/libfcgi/Config.in  |    5 +++++
>  package/libfcgi/libfcgi.mk |   12 ++++++++++++
>  3 files changed, 18 insertions(+), 0 deletions(-)
>  create mode 100644 package/libfcgi/Config.in
>  create mode 100644 package/libfcgi/libfcgi.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 7dc8887..76c89c7 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -327,6 +327,7 @@ source "package/libcgicc/Config.in"
>  source "package/libcurl/Config.in"
>  source "package/libdnet/Config.in"
>  source "package/libeXosip2/Config.in"
> +source "package/libfcgi/Config.in"
>  source "package/libidn/Config.in"
>  source "package/libmicrohttpd/Config.in"
>  source "package/neon/Config.in"
> diff --git a/package/libfcgi/Config.in b/package/libfcgi/Config.in
> new file mode 100644
> index 0000000..b31f06b
> --- /dev/null
> +++ b/package/libfcgi/Config.in
> @@ -0,0 +1,5 @@
> +config BR2_PACKAGE_LIBFCGI
> +	bool "libfcgi"
> +	help
> +	  FCGI, a fastcgi developer library for C/C++
> +	  http://www.fastcgi.com/
> diff --git a/package/libfcgi/libfcgi.mk b/package/libfcgi/libfcgi.mk
> new file mode 100644
> index 0000000..4625165
> --- /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))

  reply	other threads:[~2012-04-25 10:24 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <add libfcgi to buildroot>
2011-09-29  8:45 ` [Buildroot] [PATCH 2/2] add libfcgi to buildroot Rico Bachmann
2011-09-29  9:58   ` Thomas Petazzoni
2011-10-01 20:59     ` Arnout Vandecappelle
2011-10-06  6:53       ` Rico Bachmann
2011-10-11 14:29       ` Rico Bachmann
2011-10-11 16:06         ` Arnout Vandecappelle
2011-10-12 10:12           ` Rico Bachmann
2011-10-13 22:33             ` Arnout Vandecappelle
2011-10-13 22:46               ` [Buildroot] [PATCH] package: add libfcgi fast cgi library Arnout Vandecappelle
2011-10-14  6:35                 ` Thomas Petazzoni
2011-10-14  7:59                   ` [Buildroot] [PATCH v2] " Arnout Vandecappelle
2011-10-14  9:08                     ` Thomas Petazzoni
2011-10-14  9:16                       ` [Buildroot] [PATCH v3] " Arnout Vandecappelle
2012-04-25 10:24                         ` Rico Bachmann [this message]
2012-04-27 21:11                           ` Arnout Vandecappelle
2012-04-29 18:37                         ` Peter Korsgaard
2012-04-30 14:13                           ` Rico Bachmann
2012-04-30 14:23                             ` Rico Bachmann
2012-04-30 15:48                               ` Rico Bachmann
2012-04-30 17:11                             ` Peter Korsgaard
2012-05-01  8:40                               ` Rico Bachmann
2011-09-29  9:30 ` [Buildroot] [PATCH 2/2] add libfcgi to buildroot Rico Bachmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.wdbgiefp705kjs@rico \
    --to=bachmann@tofwerk.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox