[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] Ltib patch for lighttpd
From: |
Stuart Hughes |
Subject: |
Re: [Ltib] Ltib patch for lighttpd |
Date: |
Tue, 23 Mar 2010 14:35:51 +0000 |
User-agent: |
Thunderbird 2.0.0.16 (X11/20080707) |
Hi Mike,
I've checked your patch with some minor tweaks (see below) as well as
uploading the package payload to the GPP.
Changes to the patch:
* select PKG_BZIP2
* pre-set the pkg-config path
* fix a ' typo in the bool term
+config PKG_LIGHTTPD
+ depends CAP_HAS_MMU
++ select PKG_BZIP2
+ select PKG_PCRE
-+ bool 'lighttpd"
++ bool "lighttpd"
+ help
+%Build
++ac_cv_path_PCRECONFIG=$DEV_IMAGE/usr/bin/pcre-config \
+./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build}
Thanks again for your contribution.
Regards, Stuart
Stuart Hughes wrote:
> Hi Mike,
>
> Thanks for the patch, I'll try to get this integrated as soon as I get a
> some time.
>
> Regards, Stuart
>
> Mike Goins wrote:
>> Hompage:
>> http://www.lighttpd.net/
>>
>> Wikipedia description:
>> lighttpd (usually pronounced "Light-TPD", abbreviated "Lighty") is an
>> open-source web server more optimized for speed-critical environments
>> than common products while remaining standards-compliant, secure and
>> flexible.
>>
>> Current version:
>> http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.26.tar.gz
>>
>> Ltib patch attached.
>>