|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-ASTERISK_VERSION = 16.30.1
|
|
|
|
|
|
+ASTERISK_VERSION = 20.5.2
|
|
# 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))
|
|
@@ -25,7 +25,7 @@ ASTERISK_CPE_ID_VENDOR = asterisk
|
|
ASTERISK_CPE_ID_PRODUCT = open_source
|
|
ASTERISK_CPE_ID_PRODUCT = open_source
|
|
ASTERISK_SELINUX_MODULES = asterisk
|
|
ASTERISK_SELINUX_MODULES = asterisk
|
|
|
|
|
|
-# For patches 0002, 0003 and 0005
|
|
|
|
|
|
+# 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
|
|
|
|
|
|
@@ -56,7 +56,6 @@ ASTERISK_CONF_OPTS = \
|
|
--without-bfd \
|
|
--without-bfd \
|
|
--without-cap \
|
|
--without-cap \
|
|
--without-cpg \
|
|
--without-cpg \
|
|
- --without-curses \
|
|
|
|
--without-gtk2 \
|
|
--without-gtk2 \
|
|
--without-gmime \
|
|
--without-gmime \
|
|
--without-hoard \
|
|
--without-hoard \
|
|
@@ -65,37 +64,26 @@ ASTERISK_CONF_OPTS = \
|
|
--without-imap \
|
|
--without-imap \
|
|
--without-inotify \
|
|
--without-inotify \
|
|
--without-iodbc \
|
|
--without-iodbc \
|
|
- --without-isdnnet \
|
|
|
|
--without-jack \
|
|
--without-jack \
|
|
--without-uriparser \
|
|
--without-uriparser \
|
|
--without-kqueue \
|
|
--without-kqueue \
|
|
--without-libedit \
|
|
--without-libedit \
|
|
--without-libxslt \
|
|
--without-libxslt \
|
|
--without-lua \
|
|
--without-lua \
|
|
- --without-misdn \
|
|
|
|
--without-mysqlclient \
|
|
--without-mysqlclient \
|
|
- --without-nbs \
|
|
|
|
--without-neon29 \
|
|
--without-neon29 \
|
|
--without-newt \
|
|
--without-newt \
|
|
--without-openr2 \
|
|
--without-openr2 \
|
|
--without-osptk \
|
|
--without-osptk \
|
|
- --without-oss \
|
|
|
|
--without-postgres \
|
|
--without-postgres \
|
|
- --without-pjproject \
|
|
|
|
- --without-pjproject-bundled \
|
|
|
|
--without-popt \
|
|
--without-popt \
|
|
--without-resample \
|
|
--without-resample \
|
|
--without-sdl \
|
|
--without-sdl \
|
|
--without-SDL_image \
|
|
--without-SDL_image \
|
|
- --without-sqlite \
|
|
|
|
- --without-suppserv \
|
|
|
|
--without-tds \
|
|
--without-tds \
|
|
- --without-termcap \
|
|
|
|
--without-timerfd \
|
|
--without-timerfd \
|
|
- --without-tinfo \
|
|
|
|
--without-unbound \
|
|
--without-unbound \
|
|
--without-unixodbc \
|
|
--without-unixodbc \
|
|
- --without-vpb \
|
|
|
|
--without-x11 \
|
|
--without-x11 \
|
|
--with-crypt \
|
|
--with-crypt \
|
|
--with-jansson \
|
|
--with-jansson \
|
|
@@ -103,6 +91,8 @@ ASTERISK_CONF_OPTS = \
|
|
--with-ilbc \
|
|
--with-ilbc \
|
|
--with-libxml2 \
|
|
--with-libxml2 \
|
|
--with-libedit="$(STAGING_DIR)/usr" \
|
|
--with-libedit="$(STAGING_DIR)/usr" \
|
|
|
|
+ --with-pjproject \
|
|
|
|
+ --with-pjproject-bundled \
|
|
--with-sqlite3="$(STAGING_DIR)/usr" \
|
|
--with-sqlite3="$(STAGING_DIR)/usr" \
|
|
--with-sounds-cache=$(ASTERISK_DL_DIR)
|
|
--with-sounds-cache=$(ASTERISK_DL_DIR)
|
|
|
|
|