]> git.pld-linux.org Git - packages/xerces-c.git/blob - xerces-c-opt.patch
- revrt, giving up xerces-c 2.5.0, needs a gcc3.4 patch, dont know how to write it
[packages/xerces-c.git] / xerces-c-opt.patch
1 --- xerces-c-src2_2_0/src/xercesc/runConfigure.orig     Thu Mar  7 23:45:22 2002
2 +++ xerces-c-src2_2_0/src/xercesc/runConfigure  Mon Jul  1 23:01:42 2002
3 @@ -232,27 +232,6 @@
4  # Enable debugging or not...
5  #
6  
7 -if test $debug = "off"; then
8 -    echo "Debug is OFF"
9 -    if test ${SYSOVR}o = "o"; then
10 -      if test $platform = "os400"; then
11 -         echo "NATIVE OS400 BUILD"
12 -         debugflag="";
13 -      elif test $platform = "irix"; then
14 -         debugflag="-w -O2";
15 -      elif test $platform = "aix"; then
16 -         debugflag="-w -O2";
17 -      else
18 -         debugflag="-w -O";
19 -      fi
20 -    else
21 -      echo "OVERRIDE FOR OS400 ON AIX"
22 -      debugflag="";
23 -    fi
24 -else
25 -    echo "Debug is ON"
26 -    debugflag="-g";
27 -fi
28  
29  
30  #
This page took 0.123026 seconds and 3 git commands to generate.