projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fab8fde
)
Pass "-z defs" to the linker via "-Wl,-z,defs" rather than with gcc's -z
author
Thomas Dwyer III
<tomiii@tomiii.com>
Wed, 13 May 2020 17:32:47 +0000
(10:32 -0700)
committer
Matt Caswell
<matt@openssl.org>
Fri, 15 May 2020 09:11:36 +0000
(10:11 +0100)
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
patch
|
blob
|
history
diff --git
a/Configurations/shared-info.pl
b/Configurations/shared-info.pl
index a673c7cada084ae0a16340556109b65980226a56..461ce3c51f5dd7abf37e8bd44740d4de5c7b6ad2 100644
(file)
--- a/
Configurations/shared-info.pl
+++ b/
Configurations/shared-info.pl
@@
-36,7
+36,7
@@
my %shared_info;
(grep /(?:^|\s)-fsanitize/,
@{$config{CFLAGS}}, @{$config{cflags}})
? ''
- : '-
z
defs',
+ : '-
Wl,-z,
defs',
};
},
'bsd-gcc-shared' => sub { return $shared_info{'linux-shared'}; },