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:16:41 +0000 (16:16 +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)

(cherry picked from commit d1dd5d6f4c2f13478aa45557b4546febd51f0cb3)

Configurations/10-main.conf

index 37e20011cdc2cc762895f2eb5363083455b55774..28b63be1f4ee35d1e079000f5dd8e4ceef53bb26 100644 (file)
@@ -1744,6 +1744,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",
     },