aboutsummaryrefslogtreecommitdiff
path: root/www/node10/files/patch-node.gypi
blob: 0c5968fa05e0ceb52f527b8823873c056c94934b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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',