mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-03 18:41:29 +02:00
squid: Disable -march=native.
This produces a binary that cannot be executed on all systems that we support.
This commit is contained in:
@@ -118,7 +118,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
--disable-wccpv2 \
|
--disable-wccpv2 \
|
||||||
--enable-icap-client \
|
--enable-icap-client \
|
||||||
--disable-esi \
|
--disable-esi \
|
||||||
--enable-zph-qos
|
--enable-zph-qos \
|
||||||
|
--disable-arch-native
|
||||||
|
|
||||||
cd $(DIR_APP) && make $(MAKETUNING)
|
cd $(DIR_APP) && make $(MAKETUNING)
|
||||||
cd $(DIR_APP) && make install
|
cd $(DIR_APP) && make install
|
||||||
|
|||||||
Reference in New Issue
Block a user