]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Complain if there are missing symbols when creating a provider .so file
authorMatt Caswell <matt@openssl.org>
Thu, 21 Mar 2019 16:41:25 +0000 (16:41 +0000)
committerMatt 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

index 3df12a321bb6901acf02d37c3b4ac113dce7162e..f821ad7e8dc73662f4f433095db2cd975984ff2c 100644 (file)
@@ -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'}; },