All of 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: Mon, 30 Apr 2012 17:48:35 +0200	[thread overview]
Message-ID: <op.wdk4u9ul705kjs@rico> (raw)
In-Reply-To: op.wdk0wwx3705kjs@rico

Am 30.04.2012, 16:23 Uhr, schrieb Rico Bachmann  
<bachmann@tofwerk.com>:

> Am 30.04.2012, 16:13 Uhr, schrieb Rico Bachmann  
> <bachmann@tofwerk.com>:
>
>> Hi together
>>
>> I was using gcc 4.3.X until now... Today I changed to gcc 4.5.3
>> I had some problems while building libfcgi with gcc 4.5.3!
>> There was an error: EOF is undefined.
>>
>> This issue is already known on the libfcgi mailinglist:
>> http://article.gmane.org/gmane.comp.web.fastcgi.devel/3205/match=eof
>>
>> I will add this patch to buildroot asap.
>>
>> Is there in BR a nice possibility to use a patch from a package only
>> when gcc >=4.4.X?
>
> if BR2_GCC_VERSION_4_4_X | BR2_GCC_VERSION_4_3_X
> 	LIBFCGI_POST_BUILD_HOOKS="mypatch.patch"
> endif

I made some mistakes while thinking about this problem...
if it is possible that way then it should be something like this:

if !BR2_GCC_VERSION_4_3_X
  	LIBFCGI_POST_BUILD_HOOKS="mypatch.patch"
endif

>
> maybe something like that?
>
>>
>> And how do I have to handle the patch because its written by Markus from
>> the libfcgi mailing list and not by myself?
>>
>> Regards Rico
>>
>>> -----Urspr?ngliche Nachricht-----
>>> Von: Peter Korsgaard  
>>> [mailto:jacmet at gmail.com] Im Auftrag von  
>>> Peter
>>> Korsgaard
>>> Gesendet: Sonntag, 29. April 2012 20:38
>>> An: Arnout Vandecappelle (Essensium/Mind)
>>> Cc: buildroot at busybox.net; Rico Bachmann
>>> Betreff: Re: [PATCH v3] package: add libfcgi fast cgi library.
>>>
>>> >>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind)
>>> <arnout@mind.be> writes:
>>>
>>>  Arnout> From: Rico Bachmann  
>>> <bachmann@tofwerk.com>  Arnout> Signed-
>>> off-by: Arnout Vandecappelle (Essensium/Mind)  
>>> <arnout@mind.be>  Arnout>
>>> Signed-off-by: Rico Bachmann  
>>> <bachmann@tofwerk.com>
>>>
>>> Committed, thanks both.
>>>
>>> --
>>> Bye, Peter Korsgaard
>>
>> Mit freundlichen Gr?ssen
>>
>> Tofwerk AG, Rico Bachmann
>>
>> +41 33 511 11 69
>> bachmann at tofwerk.com
>> http://www.tofwerk.com
>> Uttigenstrasse 22
>> CH - 3600 Thun
>
> Mit freundlichen Gr?ssen
>
> Tofwerk AG, Rico Bachmann
>
> +41 33 511 11 69
> bachmann at tofwerk.com
> http://www.tofwerk.com
> Uttigenstrasse 22
> CH - 3600 Thun

Mit freundlichen Gr?ssen

Tofwerk AG, Rico Bachmann

+41 33 511 11 69
bachmann at tofwerk.com
http://www.tofwerk.com
Uttigenstrasse 22
CH - 3600 Thun

  reply	other threads:[~2012-04-30 15:48 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
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 [this message]
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.wdk4u9ul705kjs@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.