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