From: Richard Levitte Date: Thu, 31 Jan 2019 13:23:22 +0000 (+0100) Subject: VMS: force 'pinshared' X-Git-Tag: openssl-3.0.0-alpha1~2597 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1dd5d6f4c2f13478aa45557b4546febd51f0cb3;p=oweals%2Fopenssl.git VMS: force 'pinshared' VMS doesn't currently support unloading of shared object, and we need to reflect that. Without this, the shlibload test fails Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/8131) --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 054e38c075..859e3d9d85 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1724,6 +1724,8 @@ my %targets = ( asflags => sub { vms_info()->{asflags} }, perlasm_scheme => sub { vms_info()->{perlasm_scheme} }, + disable => add('pinshared'), + apps_aux_src => "vms_term_sock.c", apps_init_src => "vms_decc_init.c", },