On Thu, Nov 6, 2014 at 2:26 PM, Jeff Trawick wrote:
> On Sat, Nov 1, 2014 at 6:03 PM, Yann Ylavic wrote:
>>
>> mod_deflate in httpd-2.2.29 is using APR_INT32_MAX which is only
>> available since APR-1.3.
>>
>> However httpd-2.x seems to require APR-1.2 only
>> (http://httpd.apache.org/docs/2.2/in
On Sat, Nov 1, 2014 at 6:03 PM, Yann Ylavic wrote:
> mod_deflate in httpd-2.2.29 is using APR_INT32_MAX which is only
> available since APR-1.3.
>
> However httpd-2.x seems to require APR-1.2 only
> (http://httpd.apache.org/docs/2.2/install.html#requirements).
>
> Should we apply something like :
mod_deflate in httpd-2.2.29 is using APR_INT32_MAX which is only
available since APR-1.3.
However httpd-2.x seems to require APR-1.2 only
(http://httpd.apache.org/docs/2.2/install.html#requirements).
Should we apply something like :
Index: modules/filters/mod_deflate.c
==