squid: Disable -march=native.

This produces a binary that cannot be executed on
all systems that we support.

(cherry picked from commit 5930a368ad)
This commit is contained in:
Michael Tremer
2014-05-28 20:21:29 +02:00
parent f7fb5bc5c9
commit 69a324f0bb

View File

@@ -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