]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix libdir path on darwin
authorXiaofei Bai <xiaofei.bai@arm.com>
Wed, 18 Aug 2021 07:57:26 +0000 (07:57 +0000)
committerTomas Mraz <tomas@openssl.org>
Fri, 27 Aug 2021 07:21:14 +0000 (09:21 +0200)
commit597d24e2ab395991cb2048529714ea534c173591
tree758e735593fb275fb46ca6418fc23e17933d9694
parentc023d98dcf2ba1cc30f545ae54d0e037e80a8794
Fix libdir path on darwin

In current Configure script, libdir can be specified either an absolute
path or relative, while in Configurations/shared-info.pl, on darwin
system "-install_name" only accepts relative libdir path, and the
program fails when receiving absolute libdir path. This PR is to fix
this and match requirements of scripts.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16393)
Configurations/shared-info.pl