2baf79
From 61fd3e74ff223cd59476ef8a69880c57e3312af7 Mon Sep 17 00:00:00 2001
4b0146
From: Zuzana Svetlikova <zsvetlik@redhat.com>
4b0146
Date: Fri, 17 Apr 2020 12:59:44 +0200
2baf79
Subject: [PATCH] Disable running gyp on shared deps
4b0146
2baf79
Signed-off-by: rpm-build <rpm-build>
4b0146
---
4b0146
 Makefile | 2 +-
4b0146
 1 file changed, 1 insertion(+), 1 deletion(-)
4b0146
4b0146
diff --git a/Makefile b/Makefile
2baf79
index dc6f08b..c865e72 100644
4b0146
--- a/Makefile
4b0146
+++ b/Makefile
2baf79
@@ -147,7 +147,7 @@ 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
-- 
2baf79
2.37.3
4b0146