SOURCES: xerces-c-opt.patch - up to 2.8.0
baggins
baggins at pld-linux.org
Wed Sep 5 15:40:27 CEST 2007
Author: baggins Date: Wed Sep 5 13:40:27 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- up to 2.8.0
---- Files affected:
SOURCES:
xerces-c-opt.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/xerces-c-opt.patch
diff -u SOURCES/xerces-c-opt.patch:1.4 SOURCES/xerces-c-opt.patch:1.5
--- SOURCES/xerces-c-opt.patch:1.4 Fri Feb 10 22:10:14 2006
+++ SOURCES/xerces-c-opt.patch Wed Sep 5 15:40:22 2007
@@ -1,19 +1,11 @@
--- 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";
+@@ -270,7 +270,7 @@
elif test $platform = "os390"; then
debugflag="-DNDEBUG";
- else
-- debugflag="-w -O -DNDEBUG";
+ elif test $platform = "linux"; then
+- debugflag="-w -O2 -DNDEBUG";
+ debugflag="-w -DNDEBUG";
+ else
+ debugflag="-w -O -DNDEBUG";
fi
- else
- echo "OVERRIDE FOR OS400 ON AIX"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/xerces-c-opt.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list