aboutsummaryrefslogtreecommitdiffstats
path: root/community/nodejs-current/dont-run-gyp-files-for-bundled-deps.patch
diff options
context:
space:
mode:
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.patch13
1 files changed, 5 insertions, 8 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 9d16d17ac3..c140800a34 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,7 +9,7 @@ Node.js 7.2.0
--- a/Makefile
+++ b/Makefile
-@@ -121,14 +121,13 @@ with-code-cache:
+@@ -121,12 +121,12 @@ with-code-cache:
.PHONY: test-code-cache
test-code-cache: with-code-cache
@@ -17,13 +17,10 @@ Node.js 7.2.0
-out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp \
- deps/zlib/zlib.gyp deps/v8/gypfiles/toolchain.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
++out/Makefile: common.gypi deps/http_parser/http_parser.gyp \
++ 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; \