summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-01-31 14:23:22 +0100
committerRichard Levitte <levitte@openssl.org>2019-01-31 16:16:41 +0100
commitc93e7e3dc05888285a65c6198deb27e1b919c079 (patch)
tree1fa8e8c70fb7d49e51ce20a21e236d16683a92a9 /Configurations
parent43bc3d84f82c09b786ae6920ba2086d073fae57a (diff)
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 <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8131) (cherry picked from commit d1dd5d6f4c2f13478aa45557b4546febd51f0cb3)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 37e20011cd..28b63be1f4 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -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",
},