Pass "-z defs" to the linker via "-Wl,-z,defs" rather than with gcc's -z
authorThomas Dwyer III <tomiii@tomiii.com>
Wed, 13 May 2020 17:32:47 +0000 (10:32 -0700)
committerMatt Caswell <matt@openssl.org>
Fri, 15 May 2020 09:11:36 +0000 (10:11 +0100)
commit6c3cbc939125e24e65c7d6e82319d811e6e29c0f
treed1b93f5f523b575996c5953a8854de0f9398439c
parentfab8fde3fc5ee871b0f92e207343a45ad8cc36b1
Pass "-z defs" to the linker via "-Wl,-z,defs" rather than with gcc's -z
flag (which is not supported by older compilers).

CLA: trivial

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