mirror of https://github.com/nodejs/node.git
deps: attempt to suppress macro-redefined warning
PR-URL: https://github.com/nodejs/node/pull/40518 Refs: https://github.com/nodejs/node/issues/40509 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
This commit is contained in:
parent
a16c34ebff
commit
f233cb2c29
|
@ -1292,13 +1292,11 @@
|
|||
# Set to ubuntu default path for convenience. If necessary,
|
||||
# override this at runtime with the SSL_CERT_DIR environment
|
||||
# variable.
|
||||
'OPENSSLDIR="/System/Library/OpenSSL/"',
|
||||
],
|
||||
'openssl_default_defines_linux_others': [
|
||||
# Set to ubuntu default path for convenience. If necessary,
|
||||
# override this at runtime with the SSL_CERT_DIR environment
|
||||
# variable.
|
||||
'OPENSSLDIR="/etc/ssl"',
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
'WARNING_CFLAGS': ['-Wno-missing-field-initializers']
|
||||
},
|
||||
'defines': [
|
||||
'OPENSSLDIR="/System/Library/OpenSSL/"',
|
||||
'ENGINESDIR="/dev/null"',
|
||||
],
|
||||
}, 'OS=="solaris"', {
|
||||
|
|
Loading…
Reference in New Issue