]> git.pld-linux.org Git - packages/php.git/blobdiff - php-stupidapache_version.patch
- up to 5.4.0alpha1
[packages/php.git] / php-stupidapache_version.patch
index d27411707fc4e45623b5cc0700b989226d8af2e0..100ec4f748257ac5185cf75b024dfb3f3fa5f028 100644 (file)
@@ -1,14 +1,17 @@
---- 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/acinclude.m4       2011-08-07 21:13:21.581133944 +0300
++++ php-5.4.0alpha2/acinclude.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`
+-  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
-+    ac_output=`$1 -v 2>&1 | grep version`
++    ac_output=`$1 -v 2>&1 | grep version | $SED -e 's/Oracle-HTTP-//'`
 +  fi
    ac_IFS=$IFS
  IFS="- /.
This page took 0.033226 seconds and 4 git commands to generate.