mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
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 <michael.tremer@ipfire.org>
This commit is contained in:
@@ -28,7 +28,7 @@ DL_FROM = $(URL_IPFIRE)
|
|||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = asterisk
|
PROG = asterisk
|
||||||
PAK_VER = 24
|
PAK_VER = 25
|
||||||
|
|
||||||
DEPS = "jansson libsrtp opus"
|
DEPS = "jansson libsrtp opus"
|
||||||
|
|
||||||
@@ -99,6 +99,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
--enable res_srtp \
|
--enable res_srtp \
|
||||||
--enable EXTRA-SOUNDS-EN-GSM \
|
--enable EXTRA-SOUNDS-EN-GSM \
|
||||||
--enable MOH-OPSOUND-GSM \
|
--enable MOH-OPSOUND-GSM \
|
||||||
|
--disable BUILD_NATIVE \
|
||||||
menuselect.makeopts
|
menuselect.makeopts
|
||||||
|
|
||||||
# add additional sounds
|
# add additional sounds
|
||||||
|
|||||||
Reference in New Issue
Block a user