asterisk: Do not depend on MySQL any more

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-02-12 11:55:28 +00:00
parent 4fcf8acfea
commit c4713705d1
2 changed files with 1 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = asterisk
PAK_VER = 21
PAK_VER = 22
DEPS = "jansson libsrtp opus"
@@ -97,9 +97,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# enable additional features (include following sound-tars)
cd $(DIR_APP) && make menuselect.makeopts && menuselect/menuselect \
--enable res_srtp \
--enable app_mysql \
--enable cdr_mysql \
--enable res_config_mysql \
--enable EXTRA-SOUNDS-EN-GSM \
--enable MOH-OPSOUND-GSM \
menuselect.makeopts