From d103c6e96b8aa8a7fe28db2f48b8e7ff0e4cd686 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 8 Nov 2018 22:30:34 +0000 Subject: community/nodejs-current: upgrade to 11.1.0 --- .../dont-run-gyp-files-for-bundled-deps.patch | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch') diff --git a/community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch b/community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch index ba521dc4fc..9d16d17ac3 100644 --- a/community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch +++ b/community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch @@ -9,13 +9,21 @@ Node.js 7.2.0 --- a/Makefile +++ b/Makefile -@@ -72,8 +72,7 @@ - $(MAKE) -C out BUILDTYPE=Debug V=$(V) - ln -fs out/Debug/$(NODE_EXE) $@ +@@ -121,14 +121,13 @@ with-code-cache: + + .PHONY: test-code-cache + test-code-cache: with-code-cache + $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) code-cache -out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp \ - deps/zlib/zlib.gyp deps/v8/gypfiles/toolchain.gypi \ -+out/Makefile: common.gypi deps/v8/gypfiles/toolchain.gypi \ - deps/v8/gypfiles/features.gypi deps/v8/src/v8.gyp node.gyp \ - config.gypi +- deps/v8/gypfiles/features.gypi deps/v8/gypfiles/v8.gyp node.gyp \ +- config.gypi ++out/Makefile: common.gypi \ ++ deps/v8/gypfiles/toolchain.gypi deps/v8/gypfiles/features.gypi \ ++ deps/v8/gypfiles/v8.gyp node.gyp config.gypi $(PYTHON) tools/gyp_node.py -f make + + config.gypi: configure configure.py + @if [ -x config.status ]; then \ + ./config.status; \ -- cgit v1.2.3