summaryrefslogtreecommitdiff
path: root/security/bitwarden-cli/files/node/patch-node.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'security/bitwarden-cli/files/node/patch-node.gypi')
-rw-r--r--security/bitwarden-cli/files/node/patch-node.gypi12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/bitwarden-cli/files/node/patch-node.gypi b/security/bitwarden-cli/files/node/patch-node.gypi
new file mode 100644
index 000000000000..e0656b099ab8
--- /dev/null
+++ b/security/bitwarden-cli/files/node/patch-node.gypi
@@ -0,0 +1,12 @@
+--- node.gypi.orig 2023-03-05 06:42:54 UTC
++++ node.gypi
+@@ -349,6 +349,9 @@
+ [ 'node_use_openssl=="true"', {
+ 'defines': [ 'HAVE_OPENSSL=1' ],
+ 'conditions': [
++ ['openssl_no_asm==1', {
++ 'defines': [ 'OPENSSL_NO_ASM' ],
++ }],
+ [ 'node_shared_openssl=="false"', {
+ 'defines': [ 'OPENSSL_API_COMPAT=0x10100000L', ],
+ 'dependencies': [