a515d1
From 61fd3e74ff223cd59476ef8a69880c57e3312af7 Mon Sep 17 00:00:00 2001
402b71
From: Zuzana Svetlikova <zsvetlik@redhat.com>
402b71
Date: Fri, 17 Apr 2020 12:59:44 +0200
a515d1
Subject: [PATCH] Disable running gyp on shared deps
402b71
a515d1
Signed-off-by: rpm-build <rpm-build>
402b71
---
402b71
 Makefile | 2 +-
402b71
 1 file changed, 1 insertion(+), 1 deletion(-)
402b71
402b71
diff --git a/Makefile b/Makefile
a515d1
index dc6f08b..c865e72 100644
402b71
--- a/Makefile
402b71
+++ b/Makefile
a515d1
@@ -147,7 +147,7 @@ with-code-cache test-code-cache:
402b71
 	$(warning '$@' target is a noop)
402b71
 
402b71
 out/Makefile: config.gypi common.gypi node.gyp \
402b71
-	deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \
402b71
+	deps/llhttp/llhttp.gyp \
402b71
 	tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
402b71
 	tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
402b71
 	$(PYTHON) tools/gyp_node.py -f make
402b71
-- 
a515d1
2.37.3
402b71