]> git.pld-linux.org Git - packages/php.git/commitdiff
- add --sysconfdir to php-config for rpm macros; rel 3
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 Dec 2006 23:27:24 +0000 (23:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.635

php.spec

index 8acc347cfd69ea2d66be0404c104c5772e15eccf..a88163bfde7f63ecfcb85a46ba0773b921dd2267 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -70,7 +70,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define        _rel 2
+%define        _rel 3
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr):   Le langage de script embarque-HTML PHP
 Summary(pl):   Jêzyk skryptowy PHP
@@ -128,6 +128,7 @@ Patch36:    %{name}-linkflags-clean.patch
 Patch38:       %{name}-memory-limit.patch
 Patch39:       %{name}-pear.patch
 Patch40:       %{name}-db4.5.patch
+Patch41:       %{name}-config-dir.patch
 URL:           http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:       Firebird-devel >= 1.0.2.908-2}}
 %{?with_pspell:BuildRequires:  aspell-devel >= 2:0.50.0}
@@ -1584,6 +1585,7 @@ patch -p1 < %{PATCH30} || exit 1
 %endif
 %patch39 -p1
 %patch40 -p1
+%patch41 -p1
 
 # conflict seems to be resolved by recode patches
 rm -f ext/recode/config9.m4
This page took 0.064203 seconds and 4 git commands to generate.