opnsense-ports/www/node10/files/patch-node.gypi
Franco Fichtner e9b79a6fa4 */*: sync with upstream
Taken from: HardenedBSD
2018-11-01 09:04:07 +01:00

12 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',