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