mod_v8: Added configure flag --enable-static-v8 to enable static linking of the V8 lib. Also enabled this flag for the Debian packaging system. Please note the static linking has only been verified on Linux so far

This commit is contained in:
Peter Olsson
2014-01-20 11:32:28 +01:00
parent 9501911964
commit 2e32d10503
3 changed files with 56 additions and 21 deletions
+2 -1
View File
@@ -79,7 +79,8 @@ override_dh_auto_clean:
--with-grammardir=/usr/share/freeswitch/grammar \
--with-certsdir=/etc/freeswitch/tls \
--with-scriptdir=/usr/share/freeswitch/scripts \
--with-recordingsdir=/var/lib/freeswitch/recordings
--with-recordingsdir=/var/lib/freeswitch/recordings \
--enable-static-v8
touch $@
override_dh_auto_configure: .stamp-configure