aboutsummaryrefslogtreecommitdiff
path: root/www/node10/files/patch-node.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'www/node10/files/patch-node.gypi')
-rw-r--r--www/node10/files/patch-node.gypi12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/node10/files/patch-node.gypi b/www/node10/files/patch-node.gypi
new file mode 100644
index 000000000000..0c5968fa05e0
--- /dev/null
+++ b/www/node10/files/patch-node.gypi
@@ -0,0 +1,12 @@
+--- node.gypi.orig 2018-06-06 12:52:40 UTC
++++ node.gypi
+@@ -294,6 +294,9 @@
+ ['openssl_fips != ""', {
+ 'defines': [ 'NODE_FIPS_MODE' ],
+ }],
++ ['openssl_no_asm==1', {
++ 'defines': [ 'OPENSSL_NO_ASM' ],
++ }],
+ [ 'node_shared_openssl=="false"', {
+ 'dependencies': [
+ './deps/openssl/openssl.gyp:openssl',