From: Travis Cross Date: Thu, 22 May 2014 18:30:39 +0000 (+0000) Subject: Drop mod_java from jessie build X-Git-Tag: v1.4.4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab3e95569c1cbce496d281331f6eb34f6dc772a3;p=thirdparty%2Ffreeswitch.git Drop mod_java from jessie build Right now mod_java fails to build on sid and jessie. We have a possible solution, but we'll just disable the build of the module while we test and verify. --- diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 8dacbef1d8..4457eb7dd9 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -39,6 +39,7 @@ avoid_mods_sid=( ) avoid_mods_jessie=( directories/mod_ldap + languages/mod_java ) avoid_mods_wheezy=( )