]> git.pld-linux.org Git - packages/squid.git/blobdiff - squid-ppc-m32.patch
- updated to 3.2.6
[packages/squid.git] / squid-ppc-m32.patch
index 8f20165b8517c3148dbdda0792b6c810300a3135..10e0e656737873ee549bf7ee952f8815e246a8de 100644 (file)
@@ -1,11 +1,13 @@
---- squid-2.6.STABLE16/configure.in~   2007-09-19 16:30:59.000000000 +0000
-+++ squid-2.6.STABLE16/configure.in    2007-09-19 16:31:03.000000000 +0000
-@@ -1085,9 +1085,9 @@
+--- squid-3.0.STABLE4/configure.in     2008-04-01 13:54:39.000000000 +0200
++++ squid-3.0.STABLE4.new/configure.in 2008-04-20 15:28:17.454985027 +0200
+@@ -1186,10 +1186,10 @@
            echo "ERROR: Build environment $buildmodel not known to getconf."
            exit 1
        fi
 -      CFLAGS="`getconf ${buildmodel}_CFLAGS` $CFLAGS"
-+      CFLAGS="`getconf ${buildmodel}_CFLAGS | sed -e 's,-m32,,'` $CFLAGS"
+-      CXXFLAGS="`getconf ${buildmodel}_CFLAGS` $CXXFLAGS"
++      CFLAGS="`getconf ${buildmodel}_CFLAGS` | sed -e 's,-m32,,'` $CFLAGS"
++      CXXFLAGS="`getconf ${buildmodel}_CFLAGS` | sed -e 's,-m32,,'` $CXXFLAGS"
        LIBS="`getconf ${buildmodel}_LIBS` $LIBS"
 -      LDFLAGS="`getconf ${buildmodel}_LDFLAGS` $LDFLAGS"
 +      LDFLAGS="`getconf ${buildmodel}_LDFLAGS | sed -e 's,-m32,,'` $LDFLAGS"
This page took 0.027268 seconds and 4 git commands to generate.