From: Stanislav Sinyagin Date: Mon, 24 Aug 2015 12:52:44 +0000 (-0400) Subject: debian/bootstrap.sh: excluded few modules that fail to compile X-Git-Tag: v1.6.2~117^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a083b881f304a13b7cd9aa075b96f461abf3735f;p=thirdparty%2Ffreeswitch.git debian/bootstrap.sh: excluded few modules that fail to compile applications/mod_mp4v2 codecs/mod_openh264 event_handlers/mod_smpp formats/mod_webm --- diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 12c8f4b435..df94f3dffa 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -14,6 +14,7 @@ avoid_mods=( applications/mod_limit applications/mod_mongo applications/mod_mp4 + applications/mod_mp4v2 applications/mod_osp applications/mod_rad_auth applications/mod_skel @@ -21,6 +22,7 @@ avoid_mods=( asr_tts/mod_cepstral codecs/mod_com_g729 codecs/mod_ilbc + codecs/mod_openh264 codecs/mod_siren codecs/mod_skel_codec endpoints/mod_gsmopen @@ -29,6 +31,8 @@ avoid_mods=( endpoints/mod_opal endpoints/mod_reference endpoints/mod_unicall + event_handlers/mod_smpp + formats/mod_webm sdk/autotools xml_int/mod_xml_ldap xml_int/mod_xml_radius