1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 09:32:34 +00:00

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
debian/bootstrap.sh vendored

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