SOURCES: xerces-c-opt.patch (NEW) - don't override optflags with -O

qboosh qboosh at pld-linux.org
Fri Feb 10 22:10:19 CET 2006


Author: qboosh                       Date: Fri Feb 10 21:10:19 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't override optflags with -O

---- Files affected:
SOURCES:
   xerces-c-opt.patch (1.3 -> 1.4)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xerces-c-opt.patch
diff -u /dev/null SOURCES/xerces-c-opt.patch:1.4
--- /dev/null	Fri Feb 10 22:10:19 2006
+++ SOURCES/xerces-c-opt.patch	Fri Feb 10 22:10:14 2006
@@ -0,0 +1,19 @@
+--- xerces-c-src_2_7_0/src/xercesc/runConfigure.orig	2005-09-07 17:55:53.000000000 +0200
++++ xerces-c-src_2_7_0/src/xercesc/runConfigure	2006-02-10 21:49:30.877897750 +0100
+@@ -270,13 +270,13 @@
+          echo "NATIVE OS400 BUILD"
+          debugflag="-DNDEBUG";
+       elif test $platform = "irix"; then
+-         debugflag="-w -O2 -DNDEBUG";
++         debugflag="-w -DNDEBUG";
+       elif test $platform = "aix"; then
+-         debugflag="-w -O2 -DNDEBUG";
++         debugflag="-w -DNDEBUG";
+       elif test $platform = "os390"; then
+          debugflag="-DNDEBUG";         
+       else
+-         debugflag="-w -O -DNDEBUG";
++         debugflag="-w -DNDEBUG";
+       fi
+     else
+       echo "OVERRIDE FOR OS400 ON AIX"
================================================================


More information about the pld-cvs-commit mailing list