X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=php-stupidapache_version.patch;fp=php-stupidapache_version.patch;h=0000000000000000000000000000000000000000;hb=72ad6add086b462795ce6d3a9a6ca5f8d8410b03;hp=f2478a4400a1fe5250a7ae43da5f51f3b3439f23;hpb=ad5f98910c721925df50d505bbf45b82b90eaf38;p=packages%2Fphp.git diff --git a/php-stupidapache_version.patch b/php-stupidapache_version.patch deleted file mode 100644 index f2478a4..0000000 --- a/php-stupidapache_version.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- 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 @@ - 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-//'` -+ if test "$with_apache_version" != "no"; then -+ ac_output="foo bar baz $with_apache_version" -+ else -+ ac_output=`$1 -v 2>&1 | grep version | $SED -e 's/Oracle-HTTP-//'` -+ fi - ac_IFS=$IFS - IFS="- /. - "