Create a new port for the latest Node.js 10.13.0 LTS release. Update CONFLICTS for the existing Node.js ports to include the new node10 port and remove non-existent ports. https://nodejs.org/en/blog/release/v10.13.0/ Sponsored by: Miles AS
13 lines
383 B
Python
13 lines
383 B
Python
--- node.gypi.orig 2018-06-06 12:52:40 UTC
|
|
+++ node.gypi
|
|
@@ -294,6 +294,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',
|