From: Michael Tremer Date: Wed, 28 May 2014 18:21:29 +0000 (+0200) Subject: squid: Disable -march=native. X-Git-Tag: v2.15-core79~40^2~1^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5930a368ad783c21e4e5542aea64561f409cbd68;p=ipfire-2.x.git squid: Disable -march=native. This produces a binary that cannot be executed on all systems that we support. --- diff --git a/lfs/squid b/lfs/squid index 1f1589d016..e050b17c5c 100644 --- 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