X-Git-Url: https://git.tld-linux.org/?p=packages%2Fphp.git;a=blobdiff_plain;f=php-stupidapache_version.patch;h=ab1d8e05c44059593770ec72e138f41136098360;hp=f2478a4400a1fe5250a7ae43da5f51f3b3439f23;hb=10921c9c40face7049840694288b81ba19f72436;hpb=aef9a98d7828aeb48703ab2429a6968173d1addf diff --git a/php-stupidapache_version.patch b/php-stupidapache_version.patch index f2478a4..ab1d8e0 100644 --- a/php-stupidapache_version.patch +++ b/php-stupidapache_version.patch @@ -1,10 +1,13 @@ ---- php-5.3.1/acinclude.m4~ 2009-11-26 00:49:53.000000000 +0200 -+++ php-5.3.1/acinclude.m4 2009-11-26 00:51:11.466867803 +0200 -@@ -2582,7 +2582,11 @@ +--- php-5.4.0alpha2/build/php.m4 2011-08-07 21:13:21.581133944 +0300 ++++ php-5.4.0alpha2/build/php.m4 2011-08-07 21:10:21.766717150 +0300 +@@ -2607,7 +2609,14 @@ dnl version for apache1/2. dnl AC_DEFUN([PHP_AP_EXTRACT_VERSION],[ - ac_output=`$1 -v 2>&1 | grep version | $SED -e 's/Oracle-HTTP-//'` ++ PHP_ARG_WITH(apache-version, Set Apache version, ++ [ --with-apache-version=VERSION Set Apache version instead of detecting from httpd binary]) ++ + if test "$with_apache_version" != "no"; then + ac_output="foo bar baz $with_apache_version" + else