From 2054230571d2e0dab2fe1c5003cb4aa97c02db9c Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Thu, 30 Oct 2014 01:24:09 +0000 Subject: [PATCH] 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. --- debian/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) 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=( )