]> git.pld-linux.org Git - packages/php.git/commitdiff
- restored -stupidapache_version.patch from php4
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 25 Nov 2009 23:01:54 +0000 (23:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.822

php.spec

index 8b5edfc63be55bd458e24a863521dbc902ef907b..04531f55b1776fadfca9cc4d78244675cab17af7 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -125,6 +125,7 @@ Patch30:    %{name}-silent-session-cleanup.patch
 Patch31:       %{name}-fcgi-graceful.patch
 Patch32:       %{name}-m4-divert.patch
 Patch38:       %{name}-tds.patch
+Patch39:       %{name}-stupidapache_version.patch
 Patch43:       %{name}-use-prog_sendmail.patch
 Patch47:       suhosin.patch
 %if %{with type_hints}
@@ -1628,6 +1629,7 @@ cp php.ini-production php.ini
 %patch31 -p1
 %patch32 -p1
 %patch38 -p1
+%patch39 -p1
 
 %patch43 -p1
 
@@ -1712,11 +1714,11 @@ for sapi in $sapis; do
        ;;
        apxs1)
                ver=$(rpm -q --qf '%{V}' apache1-devel)
-               sapi_args="--with-apxs=%{apxs1}"
+               sapi_args="--with-apxs=%{apxs1} --with-apache-version=$ver"
        ;;
        apxs2)
                ver=$(rpm -q --qf '%{V}' apache-devel)
-               sapi_args="--with-apxs2=%{apxs2}"
+               sapi_args="--with-apxs2=%{apxs2} --with-apache-version=$ver"
        ;;
        esac
 
This page took 0.685206 seconds and 4 git commands to generate.