]> git.ipfire.org Git - thirdparty/openssl.git/commit
Configure: do not check for an absolute prefix in cross-builds
authorViktor Szakats <vszakats@users.noreply.github.com>
Fri, 27 Aug 2021 12:22:15 +0000 (12:22 +0000)
committerTomas Mraz <tomas@openssl.org>
Wed, 15 Nov 2023 10:11:18 +0000 (11:11 +0100)
commitbbd254d598c63a10364c5dc49f73129336541d48
treeb336ea2f4a2ae6410c30e0f34b6c05d2036428ab
parent15b83e04a5e125ab873ace1e474790a4a5b44647
Configure: do not check for an absolute prefix in cross-builds

The check is always made according to the host platform's rules, which may
not be true for true when the target platform is different, e.g. when
cross-building for Windows on a Linux machine. So skip this check when
used together with the `--cross-compile-prefix=` option.

Fixes https://github.com/openssl/openssl/issues/9520

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22723)

(cherry picked from commit 4ea752997df83c2a694fdb157aab07908303fc90)
Configure