From: Michael Tremer Date: Fri, 20 Jul 2018 14:21:36 +0000 (+0000) Subject: asterisk: Don't optimise for builder X-Git-Tag: v2.21-core123~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04441d8a3c582aaed2a34f65934dfb7bda28b7e2;p=ipfire-2.x.git asterisk: Don't optimise for builder Asterisk enables -march=native which renders the code incompatible to most systems. Fixes: #11793 Signed-off-by: Michael Tremer --- diff --git a/lfs/asterisk b/lfs/asterisk index 7236390156..8bedb4f28b 100755 --- a/lfs/asterisk +++ b/lfs/asterisk @@ -28,7 +28,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = asterisk -PAK_VER = 24 +PAK_VER = 25 DEPS = "jansson libsrtp opus" @@ -99,6 +99,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable res_srtp \ --enable EXTRA-SOUNDS-EN-GSM \ --enable MOH-OPSOUND-GSM \ + --disable BUILD_NATIVE \ menuselect.makeopts # add additional sounds