From 04441d8a3c582aaed2a34f65934dfb7bda28b7e2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 20 Jul 2018 14:21:36 +0000 Subject: [PATCH] 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 --- lfs/asterisk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/asterisk b/lfs/asterisk index 723639015..8bedb4f28 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