mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
2
deps/openssl/openssl.gypi
vendored
2
deps/openssl/openssl.gypi
vendored
@@ -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"',
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
1
deps/openssl/openssl_common.gypi
vendored
1
deps/openssl/openssl_common.gypi
vendored
@@ -49,7 +49,6 @@
|
||||
'WARNING_CFLAGS': ['-Wno-missing-field-initializers']
|
||||
},
|
||||
'defines': [
|
||||
'OPENSSLDIR="/System/Library/OpenSSL/"',
|
||||
'ENGINESDIR="/dev/null"',
|
||||
],
|
||||
}, 'OS=="solaris"', {
|
||||
|
||||
Reference in New Issue
Block a user