]> git.pld-linux.org Git - packages/php.git/commitdiff
- workaround building with autoconf 2.62, release 5
authorhawk <hawk@pld-linux.org>
Tue, 3 Jun 2008 19:45:14 +0000 (19:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.722

php.spec

index f66e5620a141c5f002318eab01e483de59c69ac2..f35d074b3cb33120c3b91056635e679ae7528194 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -73,7 +73,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define                rel 4
+%define                rel 5
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     JÄ™zyk skryptowy PHP
@@ -133,6 +133,7 @@ Patch31:    %{name}-fcgi-graceful.patch
 Patch32:       %{name}-apr-apu.patch
 Patch33:       %{name}-fcgi-error_log-no-newlines.patch
 Patch34:       %{name}-curl-limit-speed.patch
+Patch35:       %{name}-ac.patch
 
 URL:           http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:       Firebird-devel >= 1.0.2.908-2}}
@@ -1596,6 +1597,7 @@ patch -p1 < %{PATCH22} || exit 1
 %patch32 -p1
 %patch33 -p1
 %patch34 -p1
+%patch35 -p1
 
 # conflict seems to be resolved by recode patches
 rm -f ext/recode/config9.m4
This page took 0.055036 seconds and 4 git commands to generate.