Enable make jobs again in bundled spidermonkey, patch committed in

r416413 fixes the original problem.

Testing worked without flaws.

Thanks to tijl@.
This commit is contained in:
Guido Falsi 2016-06-06 18:41:24 +00:00
parent d3e5f19703
commit 0f7d51f090
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416483

View File

@ -1,14 +1,6 @@
--- libraries/source/spidermonkey/build.sh.orig 2015-09-30 20:28:13 UTC
--- libraries/source/spidermonkey/build.sh.orig 2015-01-24 14:46:52 UTC
+++ libraries/source/spidermonkey/build.sh
@@ -25,7 +25,6 @@ else
MAKE=${MAKE:="make"}
fi
-MAKE_OPTS="${JOBS}"
CONF_OPTS="--enable-shared-js --enable-gcgenerational --disable-tests --without-intl-api" # --enable-trace-logging"
@@ -82,6 +81,14 @@ cd js/src
@@ -95,6 +95,14 @@ cd mozjs31/js/src
rm -rf build-debug
rm -rf build-release