]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Avoid mod_shout on sid/jessie for now
authorTravis Cross <tc@traviscross.com>
Thu, 30 Oct 2014 01:24:09 +0000 (01:24 +0000)
committerTravis Cross <tc@traviscross.com>
Tue, 4 Nov 2014 08:10:50 +0000 (08:10 +0000)
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.

debian/bootstrap.sh

index 01165c557c6d77b1300f1f85e2509ef1c00858f7..f4a1d62116a28859fa06dc68bbaa95698fd0fc39 100755 (executable)
@@ -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=(
 )