26b4c8f71f
It seems a lot of reverse dependencies were missed With hat: portmgr
13 lines
410 B
Python
13 lines
410 B
Python
--- 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',
|