package/asterisk: disable spandsp
asterisk fails to build with spandsp since commit 36c983bfa5
(package/spandsp: bump version to 3.0.0), so disable it.
Fixes:
- http://autobuild.buildroot.org/results/c984738cad4186edb12a62b8e74115e68efe35f0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8efb52c1a1
commit
22ed1ddc15
@ -107,6 +107,9 @@ ASTERISK_CONF_OPTS = \
|
||||
# the time of this writing).
|
||||
ASTERISK_CONF_OPTS += --without-avcodec
|
||||
|
||||
# asterisk is not compatible with freeswitch spandsp
|
||||
ASTERISK_CONF_OPTS += --without-spandsp
|
||||
|
||||
ASTERISK_CONF_ENV = \
|
||||
ac_cv_file_bridges_bridge_softmix_include_hrirs_h=true \
|
||||
ac_cv_path_CONFIG_LIBXML2=$(STAGING_DIR)/usr/bin/xml2-config
|
||||
@ -232,13 +235,6 @@ else
|
||||
ASTERISK_CONF_OPTS += --without-ssl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SPANDSP),y)
|
||||
ASTERISK_DEPENDENCIES += spandsp
|
||||
ASTERISK_CONF_OPTS += --with-spandsp
|
||||
else
|
||||
ASTERISK_CONF_OPTS += --without-spandsp
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yy)
|
||||
ASTERISK_DEPENDENCIES += speex
|
||||
ASTERISK_CONF_OPTS += --with-speex --with-speexdsp
|
||||
|
Loading…
Reference in New Issue
Block a user