4b0146
From b0b4d1ddbc720db73fb8ab13cdbbf1ce6524eebd Mon Sep 17 00:00:00 2001
4b0146
From: Zuzana Svetlikova <zsvetlik@redhat.com>
4b0146
Date: Fri, 17 Apr 2020 12:59:44 +0200
4b0146
Subject: [PATCH 1/2] Disable running gyp on shared deps
4b0146
4b0146
---
4b0146
 Makefile | 2 +-
4b0146
 1 file changed, 1 insertion(+), 1 deletion(-)
4b0146
4b0146
diff --git a/Makefile b/Makefile
4b0146
index 93d63110ae2e3928a95d24036b86d11885ab240f..79caaec2112cefa8f6a1c947375b517e9676f176 100644
4b0146
--- a/Makefile
4b0146
+++ b/Makefile
4b0146
@@ -136,11 +136,11 @@ endif
4b0146
 .PHONY: test-code-cache
4b0146
 with-code-cache test-code-cache:
4b0146
 	$(warning '$@' target is a noop)
4b0146
 
4b0146
 out/Makefile: config.gypi common.gypi node.gyp \
4b0146
-	deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \
4b0146
+	deps/llhttp/llhttp.gyp \
4b0146
 	tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
4b0146
 	tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
4b0146
 	$(PYTHON) tools/gyp_node.py -f make
4b0146
 
4b0146
 # node_version.h is listed because the N-API version is taken from there
4b0146
-- 
4b0146
2.29.2
4b0146