]> 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>
Wed, 12 Nov 2014 19:07:54 +0000 (19:07 +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 c7499817705c3ad7ef5113870c404e01c4f37509..b179f594c023250d5547b148bbb886c3ee315611 100755 (executable)
@@ -35,11 +35,13 @@ avoid_mods=(
 )
 avoid_mods_sid=(
   directories/mod_ldap
+  formats/mod_shout
   languages/mod_java
 )
 avoid_mods_jessie=(
   directories/mod_ldap
   languages/mod_java
+  formats/mod_shout
 )
 avoid_mods_wheezy=(
   languages/mod_java