mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
https://nodejs.org/en/blog/release/v10.16.1/ While here, refresh patches with `make makepatch`. Sponsored by: Miles AS
12 lines
383 B
Python
12 lines
383 B
Python
--- node.gypi.orig 2019-07-31 17:45:05 UTC
|
|
+++ node.gypi
|
|
@@ -316,6 +316,9 @@
|
|
['openssl_fips != ""', {
|
|
'defines': [ 'NODE_FIPS_MODE' ],
|
|
}],
|
|
+ ['openssl_no_asm==1', {
|
|
+ 'defines': [ 'OPENSSL_NO_ASM' ],
|
|
+ }],
|
|
[ 'node_shared_openssl=="false"', {
|
|
'dependencies': [
|
|
'./deps/openssl/openssl.gyp:openssl',
|