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:
1576dfe
)
Complain if there are missing symbols when creating a provider .so file
author
Matt Caswell
<matt@openssl.org>
Thu, 21 Mar 2019 16:41:25 +0000
(16:41 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 4 Apr 2019 22:09:47 +0000
(23:09 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8537)
Configurations/shared-info.pl
patch
|
blob
|
history
diff --git
a/Configurations/shared-info.pl
b/Configurations/shared-info.pl
index 3df12a321bb6901acf02d37c3b4ac113dce7162e..f821ad7e8dc73662f4f433095db2cd975984ff2c 100644
(file)
--- a/
Configurations/shared-info.pl
+++ b/
Configurations/shared-info.pl
@@
-32,6
+32,7
@@
my %shared_info;
return {
%{$shared_info{'gnu-shared'}},
shared_defflag => '-Wl,--version-script=',
+ dso_ldflags => '-z defs',
};
},
'bsd-gcc-shared' => sub { return $shared_info{'linux-shared'}; },