From d0ccefdb77f94bec662d75aeadd0b081641abd19 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 17 May 2021 23:10:11 +0200 Subject: 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) --- 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 122d3f46db..117598eb06 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'), }, -- cgit v1.2.3