From: Michael Tremer Date: Wed, 28 May 2014 18:21:29 +0000 (+0200) Subject: squid: Disable -march=native. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=5930a368ad783c21e4e5542aea64561f409cbd68;ds=sidebyside 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 1f1589d01..e050b17c5 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