]> git.pld-linux.org Git - packages/squid.git/commitdiff
- updated for 3.0STABLE4
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Sun, 20 Apr 2008 13:32:01 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squid-ppc-m32.patch -> 1.2

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.10834 seconds and 4 git commands to generate.