Skip to content

Commit

Permalink
deps: attempt to suppress macro-redefined warning
Browse files Browse the repository at this point in the history
PR-URL: #40518
Refs: #40509
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
  • Loading branch information
danbev authored and targos committed Oct 23, 2021
1 parent d2839bf commit 2b9fcdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions deps/openssl/openssl.gypi
Expand Up @@ -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 change: 0 additions & 1 deletion deps/openssl/openssl_common.gypi
Expand Up @@ -49,7 +49,6 @@
'WARNING_CFLAGS': ['-Wno-missing-field-initializers']
},
'defines': [
'OPENSSLDIR="/System/Library/OpenSSL/"',
'ENGINESDIR="/dev/null"',
],
}, 'OS=="solaris"', {
Expand Down

0 comments on commit 2b9fcdf

Please sign in to comment.