]> git.pld-linux.org Git - packages/php.git/commitdiff
- doh, s/without/with in bcond dependent %undefines
authorhawk <hawk@pld-linux.org>
Sun, 2 Jan 2005 16:59:31 +0000 (16:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added missing \ in configure parameters
- added gd_free.patch

Changed files:
    php.spec -> 1.221.2.15

php.spec

index 2f79ce8aef6fe566fed56a0600ffb38404364dbf..0e4502cb0d954bc23375623c5a66a7dae7e6ceda 100644 (file)
--- a/php.spec
+++ b/php.spec
 %define        apxs            /usr/sbin/apxs
 
 %if %{_apache2}
-%undefine      without_recode
-%undefine      without_mm
+%undefine      with_recode
+%undefine      with_mm
 %endif
 
 %ifnarch %{ix86}
-%undefine      without_msession
+%undefine      with_msession
 %endif
 
 Summary:       The PHP HTML-embedded scripting language for use with Apache
@@ -99,6 +99,7 @@ Patch24:      %{name}-wrap.patch
 Patch25:       %{name}-sessid.patch
 # similar to CAN-2004-0263(?)
 Patch26:       %{name}-vhost.patch
+Patch27:       %{name}-gd_free.patch
 Icon:          php4.gif
 URL:           http://www.php.net/
 BuildRequires: apache-devel
@@ -1355,6 +1356,7 @@ cp php.ini-dist php.ini
 %patch24 -p1
 %patch25 -p1
 %patch26 -p1
+%patch27 -p1
 
 install -d manual
 bzip2 -dc %{SOURCE3} | tar -xf - -C manual
@@ -1411,7 +1413,7 @@ for i in cgi apxs ; do
        --enable-yp=shared \
        --with-bz2=shared \
        %{?with_cpdf:--with-cpdflib=shared} \
-       --with-cpdflin
+       --with-cpdflin \
        --with-crack=shared \
 %if %{defined with_curl}
        --with-curl=shared \
This page took 0.037455 seconds and 4 git commands to generate.