summaryrefslogtreecommitdiff
path: root/www/node12/files/patch-node.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'www/node12/files/patch-node.gypi')
-rw-r--r--www/node12/files/patch-node.gypi12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/node12/files/patch-node.gypi b/www/node12/files/patch-node.gypi
new file mode 100644
index 000000000000..57c16c71f210
--- /dev/null
+++ b/www/node12/files/patch-node.gypi
@@ -0,0 +1,12 @@
+--- node.gypi.orig 2020-05-26 11:53:34 UTC
++++ node.gypi
+@@ -323,6 +323,9 @@
+ ['openssl_fips != "" or openssl_is_fips=="true"', {
+ 'defines': [ 'NODE_FIPS_MODE' ],
+ }],
++ ['openssl_no_asm==1', {
++ 'defines': [ 'OPENSSL_NO_ASM' ],
++ }],
+ [ 'node_shared_openssl=="false"', {
+ 'dependencies': [
+ './deps/openssl/openssl.gyp:openssl',