VMS fix: link shared libs from objects files instead of from static libs
authorRichard Levitte <levitte@openssl.org>
Wed, 20 Dec 2017 10:02:39 +0000 (11:02 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 27 Dec 2017 01:18:48 +0000 (02:18 +0100)
commitb78eb0b697f3ba680c5c6e8576ece82ee680068b
treedaa03424408730b8cd6882e9222cec27ba3f6aae
parentf69999262acc2e1df35c3daab0d1c55ae1c743e9
VMS fix: link shared libs from objects files instead of from static libs

The simplifications that were made when Makefile.shared was removed
didn't work quite right.  Also, this is what we do on Unix and Windows
anyway, so this makes us more consistent across all platforms.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4982)
Configurations/descrip.mms.tmpl