]> git.ipfire.org Git - thirdparty/openssl.git/commit
platform->sharedlib_simple(): return undef when same as platform->sharedlib()
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Jul 2021 03:18:25 +0000 (05:18 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 10 Jul 2021 10:09:11 +0000 (12:09 +0200)
commit1bbe13fce5be8eee6fe2854b79dfbd38c028077c
tree82df44980fdc18b7f25fb345c5afa5e785804111
parent0007ff257c95f5cd046799e492436f41caf4ecb2
platform->sharedlib_simple(): return undef when same as platform->sharedlib()

On some Unix-like platforms, there is no such thing as versioned shared
libraries.  In this case, platform->sharedlib_simple() should simply
return undef.  Among others, this avoids the shared libraries to be
installed as symlinks on themselves.

Fixes #16012

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