]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
squid: Disable -march=native.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 May 2014 18:21:29 +0000 (20:21 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 May 2014 18:24:44 +0000 (20:24 +0200)
This produces a binary that cannot be executed on
all systems that we support.

(cherry picked from commit 5930a368ad783c21e4e5542aea64561f409cbd68)

lfs/squid

index 1f1589d0168a671e38716f6514d5910881f8927a..e050b17c5c4edaa8f5d8c725479ecf95e0792a87 100644 (file)
--- a/lfs/squid
+++ b/lfs/squid
@@ -118,7 +118,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --disable-wccpv2 \
                --enable-icap-client \
                --disable-esi \
-               --enable-zph-qos
+               --enable-zph-qos \
+               --disable-arch-native
 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install