squid: Disable -march=native.

This produces a binary that cannot be executed on
all systems that we support.
This commit is contained in:
Michael Tremer
2014-05-28 20:21:29 +02:00
parent e8546b858c
commit 5930a368ad

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