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.
This commit is contained in:
Travis Cross 2014-05-22 18:30:39 +00:00
parent 15766d349d
commit ab3e95569c
1 changed files with 1 additions and 0 deletions

1
debian/bootstrap.sh vendored
View File

@ -39,6 +39,7 @@ avoid_mods_sid=(
)
avoid_mods_jessie=(
directories/mod_ldap
languages/mod_java
)
avoid_mods_wheezy=(
)