瀏覽代碼

adding in support for new configure option --enable-sytem-lua

Richard Neese 10 年之前
父節點
當前提交
26f553cb64
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      install/Debian/FusionPbx-Debian-Optional-Pkgs-or-Source-Install.sh

+ 5 - 0
install/Debian/FusionPbx-Debian-Optional-Pkgs-or-Source-Install.sh

@@ -876,7 +876,12 @@ cd "$fs_src_path"
 --with-certsdir=/etc/freeswitch/tls \
 --with-scriptdir=/var/lib/freeswitch/scripts \
 --with-recordingsdir=/var/lib/freeswitch/recordings \
+if [[ freeswitch_stable == "y" ]]; then
 --enable-static-v8 --disable-parallel-build-v8
+else
+--enable-static-v8 --disable-parallel-build-v8 \
+--enable-sytem-lua
+fi
 
 ####################
 # BUILD fREESWITCH