]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Drop mod_java from jessie build
authorTravis Cross <tc@traviscross.com>
Thu, 22 May 2014 18:30:39 +0000 (18:30 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 22 May 2014 18:30:39 +0000 (18:30 +0000)
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

index 8dacbef1d81472a7519deb6fa869d8d5eba6ea3d..4457eb7dd979a0bfe8181e1a3e4831064efccdcd 100755 (executable)
@@ -39,6 +39,7 @@ avoid_mods_sid=(
 )
 avoid_mods_jessie=(
   directories/mod_ldap
+  languages/mod_java
 )
 avoid_mods_wheezy=(
 )