]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configurations/unix-Makefile.tmpl
Configuration: Don't have shared libraries depend on themselves
authorRichard Levitte <levitte@openssl.org>
Wed, 23 Sep 2020 15:59:39 +0000 (17:59 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 25 Sep 2020 08:08:41 +0000 (10:08 +0200)
commit294e380220c5ab83c05f9c501120a6296f88abdc
treec1cf8b11d8b8eac7bd3e52ebbc82eb2527077cf4
parente07a7892ee1bb2a2b697d4ad636b02bdc742fa10
Configuration: Don't have shared libraries depend on themselves

The NonStop config attributes mean that there's no separate "simple"
and "full" shared library name, they are the same.  Because we assumed
that they would always differ, we ended up with this dependency:

    libcrypto.so: libcrypto.so

A simple fix was all that was needed to clear that.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12960)
Configurations/unix-Makefile.tmpl