mod_v8: Use parallel build by default. Use configure flag "--disable-parallel-build-v8" to disable it. It's disabled by default for Debian build scripts, since parallel build has some issues with cowbuilder.

This commit is contained in:
Peter Olsson
2014-03-23 09:25:41 +01:00
parent 741cb889d9
commit c8fa0f0c4b
3 changed files with 13 additions and 2 deletions

2
debian/rules vendored
View File

@@ -84,7 +84,7 @@ override_dh_auto_clean:
--with-certsdir=/etc/freeswitch/tls \
--with-scriptdir=/usr/share/freeswitch/scripts \
--with-recordingsdir=/var/lib/freeswitch/recordings \
--enable-static-v8
--enable-static-v8 --disable-parallel-build-v8
touch $@
override_dh_auto_configure: .stamp-configure