]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
debian: disable modules that break the build
authorTravis Cross <tc@traviscross.com>
Mon, 28 May 2012 13:11:21 +0000 (13:11 +0000)
committerTravis Cross <tc@traviscross.com>
Mon, 28 May 2012 18:21:35 +0000 (18:21 +0000)
debian/bootstrap.sh

index 62edf4266889638373d4fd049d8321cc1814f37e..bd5547dbc56f68a8aa6a602ef23512036895d688 100755 (executable)
@@ -15,7 +15,9 @@ avoid_mods=(
   applications/mod_osp
   applications/mod_rad_auth
   applications/mod_skel
+  applications/mod_soundtouch
   asr_tts/mod_cepstral
+  asr_tts/mod_flite
   codecs/mod_com_g729
   codecs/mod_ilbc
   codecs/mod_sangoma_codec
@@ -33,6 +35,14 @@ avoid_mods=(
   sdk/autotools
   xml_int/mod_xml_ldap
 )
+avoid_mods_sid=(
+  endpoints/mod_portaudio
+  formats/mod_portaudio_stream
+)
+avoid_mods_wheezy=(
+  endpoints/mod_portaudio
+  formats/mod_portaudio_stream
+)
 avoid_mods_squeeze=(
   formats/mod_vlc
   languages/mod_managed