diff options
Diffstat (limited to 'www/node12/files/patch-node.gypi')
-rw-r--r-- | www/node12/files/patch-node.gypi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/node12/files/patch-node.gypi b/www/node12/files/patch-node.gypi deleted file mode 100644 index 57c16c71f210..000000000000 --- a/www/node12/files/patch-node.gypi +++ /dev/null @@ -1,12 +0,0 @@ ---- 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', |