diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-08 22:30:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-08 22:31:12 +0000 |
commit | d103c6e96b8aa8a7fe28db2f48b8e7ff0e4cd686 (patch) | |
tree | 93dc38bb62688df762d7e02a0ed2ab2d8f1e34bc /community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch | |
parent | b14fc437abacc82496ff9f347444eb0f5ebd2f3d (diff) | |
download | aports-d103c6e96b8aa8a7fe28db2f48b8e7ff0e4cd686.tar.bz2 aports-d103c6e96b8aa8a7fe28db2f48b8e7ff0e4cd686.tar.xz |
community/nodejs-current: upgrade to 11.1.0
Diffstat (limited to 'community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch')
-rw-r--r-- | community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch | 20 |
1 files changed, 14 insertions, 6 deletions
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; \ |