From 5930a368ad783c21e4e5542aea64561f409cbd68 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 28 May 2014 20:21:29 +0200 Subject: [PATCH] squid: Disable -march=native. This produces a binary that cannot be executed on all systems that we support. --- lfs/squid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2