From: Travis Cross Date: Thu, 30 Oct 2014 01:24:09 +0000 (+0000) Subject: Avoid mod_shout on sid/jessie for now X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2054230571d2e0dab2fe1c5003cb4aa97c02db9c;p=thirdparty%2Ffreeswitch.git 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. --- diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 01165c557c..f4a1d62116 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -35,9 +35,11 @@ avoid_mods=( xml_int/mod_xml_radius ) avoid_mods_sid=( + formats/mod_shout languages/mod_java ) avoid_mods_jessie=( + formats/mod_shout ) avoid_mods_wheezy=( )