|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-ASTERISK_VERSION = 16.0.0
|
|
|
+ASTERISK_VERSION = 16.1.0
|
|
|
# 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.
|
|
|
ASTERISK_SITE = $(call github,asterisk,asterisk,$(ASTERISK_VERSION))
|
|
@@ -23,7 +23,7 @@ ASTERISK_LICENSE_FILES = \
|
|
|
|
|
|
# For patches 0002, 0003 and 0005
|
|
|
ASTERISK_AUTORECONF = YES
|
|
|
-ASTERISK_AUTORECONF_OPTS = -Iautoconf -Ithird-party -Ithird-party/pjproject
|
|
|
+ASTERISK_AUTORECONF_OPTS = -Iautoconf -Ithird-party -Ithird-party/pjproject -Ithird-party/jansson
|
|
|
|
|
|
ASTERISK_DEPENDENCIES = \
|
|
|
host-asterisk \
|