From ab3e95569c1cbce496d281331f6eb34f6dc772a3 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Thu, 22 May 2014 18:30:39 +0000 Subject: [PATCH] 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. --- debian/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) 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=( )