aboutsummaryrefslogtreecommitdiff
path: root/www/node/files/patch-node.gypi
blob: 8c570b2dc76e306d5f714c3aa2b3acb0202ab742 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- node.gypi.orig	2019-08-06 20:46:25 UTC
+++ node.gypi
@@ -307,6 +307,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',