diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-08-07 18:23:25 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-08-07 20:15:01 +0300 |
commit | f8ccbd9fa3c3bf88c8ce2c55f1630bbf95db91d8 (patch) | |
tree | 83fde187bb476855f184a210cc3c94aa95a49094 /community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch | |
parent | eb40603a035d01156e32b73b6a095fbb6f7c7579 (diff) | |
download | aports-f8ccbd9fa3c3bf88c8ce2c55f1630bbf95db91d8.tar.bz2 aports-f8ccbd9fa3c3bf88c8ce2c55f1630bbf95db91d8.tar.xz |
community/nodejs-current: upgrade to 12.8.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 | 10 |
1 files changed, 5 insertions, 5 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 25cce3cbb2..db2ab01c66 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,12 +9,12 @@ Node.js 7.2.0 --- a/Makefile +++ b/Makefile -@@ -116,7 +116,7 @@ +@@ -141,7 +141,7 @@ echo "'test-code-cache' target is a noop" out/Makefile: config.gypi common.gypi node.gyp \ -- deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp \ -+ deps/http_parser/http_parser.gyp \ - tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \ - tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp +- deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp \ ++ deps/http_parser/http_parser.gyp \ + tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \ + tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp $(PYTHON) tools/gyp_node.py -f make |