فهرست منبع

Remove mod_portaudio, and mod_flite which prevent the build from working on the raspberry pi and other embedded systems with limited ram. Flite requires a good amount of ram in order to compile it.

Mark Crane 13 سال پیش
والد
کامیت
4fd8bc3628
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      install/ubuntu/install_fusionpbx.sh

+ 1 - 1
install/ubuntu/install_fusionpbx.sh

@@ -58,7 +58,7 @@ DISTRO=precise
 if [ $DO_DAHDI == "y" ]; then
 	modules_add=( ../../libs/freetdm/mod_freetdm mod_spandsp mod_dingaling mod_portaudio mod_callcenter mod_lcr mod_cidlookup mod_directory mod_flite mod_pocketsphinx mod_xml_cdr mod_say_es )
 else
-	modules_add=( mod_spandsp mod_dingaling mod_portaudio mod_callcenter mod_lcr mod_cidlookup mod_directory mod_flite mod_pocketsphinx mod_xml_cdr mod_say_es )
+	modules_add=( mod_spandsp mod_dingaling mod_callcenter mod_lcr mod_cidlookup mod_directory mod_pocketsphinx mod_xml_cdr mod_say_es )
 fi
 
 #-------