|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-FREESWITCH_VERSION = 1.10.8
|
|
|
+FREESWITCH_VERSION = 1.10.9
|
|
|
FREESWITCH_SOURCE = freeswitch-$(FREESWITCH_VERSION).-release.tar.xz
|
|
|
FREESWITCH_SITE = https://files.freeswitch.org/freeswitch-releases
|
|
|
# External modules need headers/libs from staging
|
|
@@ -81,15 +81,6 @@ FREESWITCH_CONF_OPTS = \
|
|
|
--without-python \
|
|
|
--disable-system-xmlrpc-c
|
|
|
|
|
|
-# zrtp supports a limited set of archs, sparc support is also broken due
|
|
|
-# to a broken ld call by gcc, see libs/libzrtp/include/zrtp_config.h
|
|
|
-ifeq ($(BR2_i386)$(BR2_arm)$(BR2_armeb)$(BR2_aarch64)$(BR2_aarch64_be)$(BR2_mips)$(BR2_mipsel)$(BR2_mips64)$(BR2_mips64el)$(BR2_powerpc)$(BR2_powerpc64)$(BR2_powerpc64le)$(BR2_x86_64),y)
|
|
|
-FREESWITCH_LICENSE_FILES += libs/libzrtp/src/zrtp_legal.c
|
|
|
-FREESWITCH_CONF_OPTS += --enable-zrtp
|
|
|
-else
|
|
|
-FREESWITCH_CONF_OPTS += --disable-zrtp
|
|
|
-endif
|
|
|
-
|
|
|
# Enable optional modules
|
|
|
FREESWITCH_ENABLED_MODULES += \
|
|
|
applications/mod_avmd \
|