fdea4a
From 65f5eb67f4691ab535cc00240a00bd33efe29969 Mon Sep 17 00:00:00 2001
fdea4a
From: Zuzana Svetlikova <zsvetlik@redhat.com>
fdea4a
Date: Thu, 27 Apr 2017 14:25:42 +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
fdea4a
index 34cdec7f7767b5152678adaeea10a8cf711fb9a8..3b548907033108831e99e054bc84d3ce91daa25c 100644
fdea4a
--- a/Makefile
fdea4a
+++ b/Makefile
fdea4a
@@ -141,7 +141,7 @@ test-code-cache: with-code-cache
fdea4a
 	echo "'test-code-cache' target is a noop"
fdea4a
fdea4a
 out/Makefile: config.gypi common.gypi node.gyp \
fdea4a
-	deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \
fdea4a
+	deps/uv/uv.gyp 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
fdea4a
--
fdea4a
2.24.1
fdea4a