VMS: force 'pinshared'
authorRichard Levitte <levitte@openssl.org>
Thu, 31 Jan 2019 13:23:22 +0000 (14:23 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 31 Jan 2019 15:15:55 +0000 (16:15 +0100)
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 <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8131)

Configurations/10-main.conf

index 054e38c075e0a703390a747a7c03dd04e406dae0..859e3d9d85d98434adce0ba775e276fbca634048 100644 (file)
@@ -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",
     },