VMS: stop trying to build shared libraries from static ones
authorRichard Levitte <levitte@openssl.org>
Wed, 12 Sep 2018 08:59:06 +0000 (10:59 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 12 Sep 2018 22:41:21 +0000 (00:41 +0200)
commitf619622715af3904ee1d6e0affd563f8ed799ff0
treeefb5174411e473dde803ca05b27565bd01dab9ca
parentc402e943cd0d748ca2a74a37caeccdfc59ce2870
VMS: stop trying to build shared libraries from static ones

The possibility to do this was killed when we started producing object
file names with encoded intention (and possibly different builds), and
leads to build errors.

With that, 'libobj2shlib' is renamed to 'obj2shlib' to reflect this
design change.  The old name is still used if the new one isn't
available, for the sake of backward compatibility.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7198)
Configurations/common.tmpl
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl