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)
This commit is contained in:
parent
e57120128f
commit
d1dd5d6f4c
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue