From: Richard Levitte Date: Mon, 17 May 2021 21:10:11 +0000 (+0200) Subject: Disable loader_attic by default on VMS X-Git-Tag: openssl-3.0.0-beta1~425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ccefdb77f94bec662d75aeadd0b081641abd19;p=thirdparty%2Fopenssl.git Disable loader_attic by default on VMS The reason is that it currently doesn't build properly, due to the of pvkfmt.c, causing multiply defined symbols since libcrypto exports them as well. At the same time, it can't do without that source file, or it won't have access to certain internal symbols from there. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15320) --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 122d3f46db8..117598eb065 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1857,7 +1857,7 @@ my %targets = ( asflags => sub { vms_info()->{asflags} }, perlasm_scheme => sub { vms_info()->{perlasm_scheme} }, - disable => add('pinshared'), + disable => add('pinshared', 'loadereng'), },