|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-ASTERISK_VERSION = 16.25.2
|
|
|
|
|
|
+ASTERISK_VERSION = 16.28.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))
|
|
@@ -31,6 +31,7 @@ ASTERISK_AUTORECONF_OPTS = -Iautoconf -Ithird-party -Ithird-party/pjproject -Ith
|
|
|
|
|
|
ASTERISK_DEPENDENCIES = \
|
|
ASTERISK_DEPENDENCIES = \
|
|
host-asterisk \
|
|
host-asterisk \
|
|
|
|
+ host-pkgconf \
|
|
jansson \
|
|
jansson \
|
|
libcurl \
|
|
libcurl \
|
|
libedit \
|
|
libedit \
|
|
@@ -115,8 +116,7 @@ ASTERISK_CONF_OPTS += --without-avcodec
|
|
ASTERISK_CONF_OPTS += --without-spandsp
|
|
ASTERISK_CONF_OPTS += --without-spandsp
|
|
|
|
|
|
ASTERISK_CONF_ENV = \
|
|
ASTERISK_CONF_ENV = \
|
|
- ac_cv_file_bridges_bridge_softmix_include_hrirs_h=true \
|
|
|
|
- ac_cv_path_CONFIG_LIBXML2=$(STAGING_DIR)/usr/bin/xml2-config
|
|
|
|
|
|
+ ac_cv_file_bridges_bridge_softmix_include_hrirs_h=true
|
|
|
|
|
|
# Uses __atomic_fetch_add_4
|
|
# Uses __atomic_fetch_add_4
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
|
@@ -314,8 +314,6 @@ HOST_ASTERISK_LICENSE_FILES = COPYING
|
|
# so do not inherit the target setup.
|
|
# so do not inherit the target setup.
|
|
HOST_ASTERISK_AUTORECONF = NO
|
|
HOST_ASTERISK_AUTORECONF = NO
|
|
|
|
|
|
-HOST_ASTERISK_CONF_ENV = CONFIG_LIBXML2=$(HOST_DIR)/bin/xml2-config
|
|
|
|
-
|
|
|
|
HOST_ASTERISK_CONF_OPTS = \
|
|
HOST_ASTERISK_CONF_OPTS = \
|
|
--without-newt \
|
|
--without-newt \
|
|
--without-curses \
|
|
--without-curses \
|