mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-01-25 02:07:54 +00:00
FS-11911: Fix build on Debian Buster
This commit is contained in:
2
debian/bootstrap.sh
vendored
2
debian/bootstrap.sh
vendored
@@ -28,7 +28,7 @@ conf_dir="../conf"
|
||||
lang_dir="../conf/vanilla/lang"
|
||||
fs_description="FreeSWITCH is a scalable open source cross-platform telephony platform designed to route and interconnect popular communication protocols using audio, video, text or any other form of media."
|
||||
mod_build_depends="." mod_depends="." mod_recommends="." mod_suggests="."
|
||||
supported_debian_distros="wheezy jessie stretch sid"
|
||||
supported_debian_distros="wheezy jessie stretch buster sid"
|
||||
supported_ubuntu_distros="trusty utopic xenial"
|
||||
supported_distros="$supported_debian_distros $supported_ubuntu_distros"
|
||||
avoid_mods=(
|
||||
|
||||
4
debian/control-modules
vendored
4
debian/control-modules
vendored
@@ -479,6 +479,7 @@ Module: endpoints/mod_verto
|
||||
Description: Adds mod_verto.
|
||||
Adds mod_verto.
|
||||
Build-Depends: libperl-dev
|
||||
Build-Depends-Buster: libperl-dev, libgdbm-compat-dev
|
||||
|
||||
## mod/event_handlers
|
||||
|
||||
@@ -635,7 +636,7 @@ Description: Adds mod_basic.
|
||||
Module: languages/mod_java
|
||||
Description: mod_java
|
||||
Adds mod_java.
|
||||
Build-Depends: default-jdk, gcj-jdk
|
||||
Build-Depends: default-jdk
|
||||
|
||||
Module: languages/mod_lua
|
||||
Description: mod_lua
|
||||
@@ -651,6 +652,7 @@ Module: languages/mod_perl
|
||||
Description: mod_perl
|
||||
Adds mod_perl.
|
||||
Build-Depends: libperl-dev
|
||||
Build-Depends-Buster: libperl-dev, libgdbm-compat-dev
|
||||
|
||||
Module: languages/mod_python
|
||||
Description: mod_python
|
||||
|
||||
Reference in New Issue
Block a user