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

Rico Bachmann bachmann at tofwerk.com
Mon Apr 30 15:48:35 UTC 2012


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

> Am 30.04.2012, 16:13 Uhr, schrieb Rico Bachmann  
> <bachmann at 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 at mind.be> writes:
>>>
>>>  Arnout> From: Rico Bachmann  
>>> <bachmann at tofwerk.com>  Arnout> Signed-
>>> off-by: Arnout Vandecappelle (Essensium/Mind)  
>>> <arnout at mind.be>  Arnout>
>>> Signed-off-by: Rico Bachmann  
>>> <bachmann at 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




More information about the buildroot mailing list