|
@@ -4,8 +4,8 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-FREESWITCH_VERSION = 1.8.7
|
|
|
-FREESWITCH_SOURCE = freeswitch-$(FREESWITCH_VERSION).tar.xz
|
|
|
+FREESWITCH_VERSION = 1.10.0
|
|
|
+FREESWITCH_SOURCE = freeswitch-$(FREESWITCH_VERSION).-release.tar.xz
|
|
|
FREESWITCH_SITE = https://files.freeswitch.org/freeswitch-releases
|
|
|
# External modules need headers/libs from staging
|
|
|
FREESWITCH_INSTALL_STAGING = YES
|
|
@@ -285,12 +285,8 @@ endif
|
|
|
ifeq ($(BR2_PACKAGE_POSTGRESQL),y)
|
|
|
FREESWITCH_CONF_ENV += \
|
|
|
ac_cv_path_PG_CONFIG=$(STAGING_DIR)/usr/bin/pg_config
|
|
|
-FREESWITCH_CONF_OPTS += \
|
|
|
- --enable-core-pgsql-pkgconfig \
|
|
|
- --enable-core-pgsql-support
|
|
|
FREESWITCH_DEPENDENCIES += postgresql
|
|
|
-else
|
|
|
-FREESWITCH_CONF_OPTS += --disable-core-pgsql-support
|
|
|
+FREESWITCH_ENABLED_MODULES += databases/mod_pgsql
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_UNIXODBC),y)
|