aboutsummaryrefslogtreecommitdiff
path: root/www/node19/files/patch-node.gypi
blob: f48b5b1091cb9b4a2b02a7a3a8188eac24b23ca9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- node.gypi.orig	2021-10-19 00:48:32 UTC
+++ node.gypi
@@ -319,6 +319,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': [