302a20ab06
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
46 lines
1.4 KiB
Diff
46 lines
1.4 KiB
Diff
From 6c472efbaa21e0ea57f98135f41c9000f4bf039a Mon Sep 17 00:00:00 2001
|
|
From: Stephen Gallagher <sgallagh@redhat.com>
|
|
Date: Fri, 17 Apr 2020 12:59:44 +0200
|
|
Subject: [PATCH] Remove unused OpenSSL config
|
|
|
|
The build process will try to create these config files, even when
|
|
using the system OpenSSL and will thus fail since we strip this path
|
|
from the tarball.
|
|
|
|
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
|
|
---
|
|
node.gyp | 17 -----------------
|
|
1 file changed, 17 deletions(-)
|
|
|
|
diff --git a/node.gyp b/node.gyp
|
|
index 49e39c3ce8b2e29871333cee99dfd9646358df56..fb5f587d258700ccc390c387bce138c58d2fb078 100644
|
|
--- a/node.gyp
|
|
+++ b/node.gyp
|
|
@@ -739,23 +739,6 @@
|
|
],
|
|
},
|
|
],
|
|
- }, {
|
|
- 'variables': {
|
|
- 'opensslconfig_internal': '<(obj_dir)/deps/openssl/openssl.cnf',
|
|
- 'opensslconfig': './deps/openssl/nodejs-openssl.cnf',
|
|
- },
|
|
- 'actions': [
|
|
- {
|
|
- 'action_name': 'reset_openssl_cnf',
|
|
- 'inputs': [ '<(opensslconfig)', ],
|
|
- 'outputs': [ '<(opensslconfig_internal)', ],
|
|
- 'action': [
|
|
- '<(python)', 'tools/copyfile.py',
|
|
- '<(opensslconfig)',
|
|
- '<(opensslconfig_internal)',
|
|
- ],
|
|
- },
|
|
- ],
|
|
}],
|
|
],
|
|
}, # node_core_target_name
|
|
--
|
|
2.41.0
|
|
|