From 3a19f1a9dd16f5855a7e2a42cd3e7f136f849bd3 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 2 Jul 2020 18:48:16 +0200 Subject: Configuration and build: Fix solaris tags The shared_target attrribute for Solaris built with gcc wasn't right and shared libraries couldn't be properly built. Fixes #12356 Reviewed-by: Matt Caswell Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/12360) --- Configurations/10-main.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configurations') diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index c30954f27d..5baab6f306 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -225,7 +225,7 @@ my %targets = ( "solaris-common-gcc" => { inherit_from => [ "solaris-common" ], template => 1, - shared_target => "solaris-gcc", # The rest is on shared_info.pl + shared_target => "solaris-gcc-shared", # The rest is on shared_info.pl }, #### Solaris x86 with GNU C setups "solaris-x86-gcc" => { -- cgit v1.2.3