]> git.ipfire.org Git - thirdparty/openssl.git/commit
Configure: for '-z defs', also check $config{cflags}
authorRichard Levitte <levitte@openssl.org>
Tue, 21 May 2019 11:43:41 +0000 (13:43 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 21 May 2019 11:50:27 +0000 (13:50 +0200)
commit54af7f5502e7f46ef08618ae14fd8005f83b0dc0
treea0e38223b0b6055ce4c48cbaee22be6b444564d6
parentc04b66b18d1a90f0c6326858e4b8367be5444582
Configure: for '-z defs', also check $config{cflags}

When sanitize options are added as 'enable-msan' or similar, the
-fsanitize C flags is set in $config{cflags} rather than
$config{CFLAGS}, so we need to check both.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8965)
Configurations/shared-info.pl