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