Bladeren bron

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

Richard Neese 10 jaren geleden
bovenliggende
commit
26f553cb64
1 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  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