forked from Lainports/freebsd-ports
https://nodejs.org/en/blog/release/v12.9.0/ Regenerate patches with `make makepatch`, taking care to keep patches for files that have moved after Node.js upgraded the bundled V8 dependency. Sponsored by: Miles AS
12 lines
410 B
Python
12 lines
410 B
Python
--- node.gypi.orig 2019-08-20 17:14:52 UTC
|
|
+++ node.gypi
|
|
@@ -319,6 +319,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',
|