mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
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:
Vendored
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user