1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-20 10:26:51 +00:00

Avoid mod_java on Debian wheezy

We're already avoiding it on sid and jessie; now we're hitting build
failures with it on wheezy.

ref: FS-6811
This commit is contained in:
Travis Cross 2014-09-09 16:25:17 +00:00
parent 3382b805a5
commit eb7200bbe5

1
debian/bootstrap.sh vendored

@ -41,6 +41,7 @@ avoid_mods_jessie=(
languages/mod_java
)
avoid_mods_wheezy=(
languages/mod_java
)
avoid_mods_squeeze=(
formats/mod_vlc