nodejs/SOURCES/0001-Disable-running-gyp-on...

30 lines
956 B
Diff
Raw Normal View History

2023-05-09 11:27:16 +00:00
From b0b4d1ddbc720db73fb8ab13cdbbf1ce6524eebd Mon Sep 17 00:00:00 2001
2022-05-17 08:42:19 +00:00
From: Zuzana Svetlikova <zsvetlik@redhat.com>
Date: Fri, 17 Apr 2020 12:59:44 +0200
2023-05-09 11:27:16 +00:00
Subject: [PATCH 1/2] Disable running gyp on shared deps
2022-05-17 08:42:19 +00:00
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
2023-05-09 11:27:16 +00:00
index 93d63110ae2e3928a95d24036b86d11885ab240f..79caaec2112cefa8f6a1c947375b517e9676f176 100644
2022-05-17 08:42:19 +00:00
--- a/Makefile
+++ b/Makefile
2023-05-09 11:27:16 +00:00
@@ -136,11 +136,11 @@ endif
.PHONY: test-code-cache
with-code-cache test-code-cache:
2022-05-17 08:42:19 +00:00
$(warning '$@' target is a noop)
out/Makefile: config.gypi common.gypi node.gyp \
- deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \
+ deps/llhttp/llhttp.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
2023-05-09 11:27:16 +00:00
# node_version.h is listed because the N-API version is taken from there
2022-05-17 08:42:19 +00:00
--
2023-05-09 11:27:16 +00:00
2.29.2
2022-05-17 08:42:19 +00:00