|
|
@@ -13,11 +13,13 @@ ASTERISK_SITE = $(call github,asterisk,asterisk,$(ASTERISK_VERSION))
|
|
|
# segfaults. The reason behind this is unclear.
|
|
|
# https://github.com/asterisk/asterisk/issues/671
|
|
|
ASTERISK_PJSIP_URL = https://raw.githubusercontent.com/asterisk/third-party/master/pjproject/2.15.1/
|
|
|
+ASTERISK_LIBJWT_URL = https://raw.githubusercontent.com/asterisk/third-party/master/libjwt/1.15.3/
|
|
|
ASTERISK_SOUNDS_BASE_URL = http://downloads.asterisk.org/pub/telephony/sounds/releases
|
|
|
ASTERISK_EXTRA_DOWNLOADS = \
|
|
|
$(ASTERISK_SOUNDS_BASE_URL)/asterisk-core-sounds-en-gsm-1.6.1.tar.gz \
|
|
|
$(ASTERISK_SOUNDS_BASE_URL)/asterisk-moh-opsound-wav-2.03.tar.gz \
|
|
|
- $(ASTERISK_PJSIP_URL)/pjproject-2.15.1.tar.bz2
|
|
|
+ $(ASTERISK_PJSIP_URL)/pjproject-2.15.1.tar.bz2 \
|
|
|
+ $(ASTERISK_LIBJWT_URL)/libjwt-1.15.3.tar.gz
|
|
|
|
|
|
ASTERISK_LICENSE = GPL-2.0, BSD-3-Clause (SHA1, resample), BSD-4-Clause (db1-ast)
|
|
|
ASTERISK_LICENSE_FILES = \
|
|
|
@@ -39,7 +41,6 @@ ASTERISK_DEPENDENCIES = \
|
|
|
jansson \
|
|
|
libcurl \
|
|
|
libedit \
|
|
|
- libjwt \
|
|
|
libpjsip \
|
|
|
libxml2 \
|
|
|
sqlite \
|
|
|
@@ -94,7 +95,7 @@ ASTERISK_CONF_OPTS = \
|
|
|
--with-jansson \
|
|
|
--with-libcurl \
|
|
|
--with-ilbc \
|
|
|
- --with-libjwt="$(STAGING_DIR)/usr" \
|
|
|
+ --with-libjwt-bundled \
|
|
|
--with-libxml2 \
|
|
|
--with-libedit="$(STAGING_DIR)/usr" \
|
|
|
--with-pjproject-bundled \
|