Configurations/unix-Makefile.tmpl: use platform->sharedlib() as fallback
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Jul 2021 17:05:34 +0000 (19:05 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 10 Jul 2021 10:09:11 +0000 (12:09 +0200)
commitf159b83a75c8d5e5c43ae4b2dec62086a5e36189
treea015f6e7bf565e2a286a3e3a141cf1f232a38bc3
parent1bbe13fce5be8eee6fe2854b79dfbd38c028077c
Configurations/unix-Makefile.tmpl: use platform->sharedlib() as fallback

If platform->sharedlib_simple() and platform->sharedlib_import()
return undefined, try platform->sharedlib() as a fallback before
platform->staticlib().

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16023)
Configurations/unix-Makefile.tmpl