mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
asterisk: Do not depend on MySQL any more
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)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user