|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-ASTERISK_VERSION = 20.5.2
|
|
|
|
|
|
+ASTERISK_VERSION = 20.7.0
|
|
# Use the github mirror: it's an official mirror maintained by Digium, and
|
|
# Use the github mirror: it's an official mirror maintained by Digium, and
|
|
# provides tarballs, which the main Asterisk git tree (behind Gerrit) does not.
|
|
# provides tarballs, which the main Asterisk git tree (behind Gerrit) does not.
|
|
ASTERISK_SITE = $(call github,asterisk,asterisk,$(ASTERISK_VERSION))
|
|
ASTERISK_SITE = $(call github,asterisk,asterisk,$(ASTERISK_VERSION))
|
|
@@ -27,7 +27,7 @@ ASTERISK_SELINUX_MODULES = asterisk
|
|
|
|
|
|
# For patches 0002 and 0003
|
|
# For patches 0002 and 0003
|
|
ASTERISK_AUTORECONF = YES
|
|
ASTERISK_AUTORECONF = YES
|
|
-ASTERISK_AUTORECONF_OPTS = -Iautoconf -Ithird-party -Ithird-party/pjproject -Ithird-party/jansson
|
|
|
|
|
|
+ASTERISK_AUTORECONF_OPTS = -Iautoconf -Ithird-party -Ithird-party/pjproject -Ithird-party/jansson -Ithird-party/libjwt
|
|
|
|
|
|
ASTERISK_DEPENDENCIES = \
|
|
ASTERISK_DEPENDENCIES = \
|
|
host-asterisk \
|
|
host-asterisk \
|
|
@@ -35,6 +35,8 @@ ASTERISK_DEPENDENCIES = \
|
|
jansson \
|
|
jansson \
|
|
libcurl \
|
|
libcurl \
|
|
libedit \
|
|
libedit \
|
|
|
|
+ libjwt \
|
|
|
|
+ libpjsip \
|
|
libxml2 \
|
|
libxml2 \
|
|
sqlite \
|
|
sqlite \
|
|
util-linux
|
|
util-linux
|
|
@@ -89,10 +91,11 @@ ASTERISK_CONF_OPTS = \
|
|
--with-jansson \
|
|
--with-jansson \
|
|
--with-libcurl \
|
|
--with-libcurl \
|
|
--with-ilbc \
|
|
--with-ilbc \
|
|
|
|
+ --with-libjwt="$(STAGING_DIR)/usr" \
|
|
--with-libxml2 \
|
|
--with-libxml2 \
|
|
--with-libedit="$(STAGING_DIR)/usr" \
|
|
--with-libedit="$(STAGING_DIR)/usr" \
|
|
- --with-pjproject \
|
|
|
|
- --with-pjproject-bundled \
|
|
|
|
|
|
+ --without-pjproject-bundled \
|
|
|
|
+ --with-pjproject="$(STAGING_DIR)/usr" \
|
|
--with-sqlite3="$(STAGING_DIR)/usr" \
|
|
--with-sqlite3="$(STAGING_DIR)/usr" \
|
|
--with-sounds-cache=$(ASTERISK_DL_DIR)
|
|
--with-sounds-cache=$(ASTERISK_DL_DIR)
|
|
|
|
|