2e27df
From 2abb9e98751595936ac1c867b3f08695f5bcf22c Mon Sep 17 00:00:00 2001
9020f8
From: Zuzana Svetlikova <zsvetlik@redhat.com>
9020f8
Date: Fri, 17 Apr 2020 12:59:44 +0200
9020f8
Subject: [PATCH] Disable running gyp on shared deps
9020f8
9020f8
Signed-off-by: rpm-build <rpm-build>
9020f8
---
9020f8
 Makefile |  2 +-
9020f8
 node.gyp | 17 -----------------
9020f8
 2 files changed, 1 insertion(+), 18 deletions(-)
9020f8
9020f8
diff --git a/Makefile b/Makefile
2e27df
index 9c01f8f..133a3d0 100644
9020f8
--- a/Makefile
9020f8
+++ b/Makefile
2e27df
@@ -148,7 +148,7 @@ with-code-cache test-code-cache:
9020f8
 	$(warning '$@' target is a noop)
9020f8
 
9020f8
 out/Makefile: config.gypi common.gypi node.gyp \
9020f8
-	deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \
9020f8
+	deps/llhttp/llhttp.gyp \
9020f8
 	tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
9020f8
 	tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
9020f8
 	$(PYTHON) tools/gyp_node.py -f make
9020f8
diff --git a/node.gyp b/node.gyp
2e27df
index 8f131ac..dce5fdc 100644
9020f8
--- a/node.gyp
9020f8
+++ b/node.gyp
9020f8
@@ -429,23 +429,6 @@
9020f8
               ],
9020f8
             },
9020f8
           ],
9020f8
-         }, {
9020f8
-           'variables': {
9020f8
-              'opensslconfig_internal': '<(obj_dir)/deps/openssl/openssl.cnf',
9020f8
-              'opensslconfig': './deps/openssl/nodejs-openssl.cnf',
9020f8
-           },
9020f8
-           'actions': [
9020f8
-             {
9020f8
-               'action_name': 'reset_openssl_cnf',
9020f8
-               'inputs': [ '<(opensslconfig)', ],
9020f8
-               'outputs': [ '<(opensslconfig_internal)', ],
9020f8
-               'action': [
9020f8
-                 'python', 'tools/copyfile.py',
9020f8
-                 '<(opensslconfig)',
9020f8
-                 '<(opensslconfig_internal)',
9020f8
-               ],
9020f8
-             },
9020f8
-           ],
9020f8
          }],
9020f8
       ],
9020f8
     }, # node_core_target_name
9020f8
-- 
2e27df
2.37.3
9020f8