SPECS: php.spec - use more memory on amd64 (php.ini setting)

glen glen at pld-linux.org
Tue Jun 20 14:51:38 CEST 2006


Author: glen                         Date: Tue Jun 20 12:51:38 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use more memory on amd64 (php.ini setting)

---- Files affected:
SPECS:
   php.spec (1.579 -> 1.580) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.579 SPECS/php.spec:1.580
--- SPECS/php.spec:1.579	Sun Jun 18 23:52:24 2006
+++ SPECS/php.spec	Tue Jun 20 14:51:33 2006
@@ -122,6 +122,7 @@
 Patch35:	%{name}-versioning.patch
 Patch36:	%{name}-linkflags-clean.patch
 Patch37:	%{name}-cli-segv-fixes.patch
+Patch38:	%{name}-amd64.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}
@@ -1546,6 +1547,9 @@
 %patch34 -p1
 %{?with_versioning:%patch35 -p1}
 %patch37 -p1
+%if "%{_lib}" = "lib64"
+%patch38 -p1
+%endif
 
 # conflict seems to be resolved by recode patches
 rm -f ext/recode/config9.m4
@@ -2997,6 +3001,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.580  2006/06/20 12:51:33  glen
+- use more memory on amd64 (php.ini setting)
+
 Revision 1.579  2006/06/18 21:52:24  glen
 - reverted, commited to wrong branch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php.spec?r1=1.579&r2=1.580&f=u



More information about the pld-cvs-commit mailing list