From 7b38b4f86b0e7351e2e773177797c7306561d5ff 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 c749981770..b179f594c0 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -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