mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-05 15:10:09 +00:00
Avoid mod_shout on sid/jessie for now
On sid the build breaks on "undefined reference to symbol 'ogg_sync_init'". We'll just avoid mod_shout on sid/jessie until this is worked out.
This commit is contained in:
parent
1922dfdd63
commit
2054230571
2
debian/bootstrap.sh
vendored
2
debian/bootstrap.sh
vendored
@ -35,9 +35,11 @@ avoid_mods=(
|
|||||||
xml_int/mod_xml_radius
|
xml_int/mod_xml_radius
|
||||||
)
|
)
|
||||||
avoid_mods_sid=(
|
avoid_mods_sid=(
|
||||||
|
formats/mod_shout
|
||||||
languages/mod_java
|
languages/mod_java
|
||||||
)
|
)
|
||||||
avoid_mods_jessie=(
|
avoid_mods_jessie=(
|
||||||
|
formats/mod_shout
|
||||||
)
|
)
|
||||||
avoid_mods_wheezy=(
|
avoid_mods_wheezy=(
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user