[openssl/openssl] bbd254: Configure: do not check for an absolute prefix in ...

Viktor Szakats noreply at github.com
Wed Nov 15 10:13:05 UTC 2023


  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: bbd254d598c63a10364c5dc49f73129336541d48
      https://github.com/openssl/openssl/commit/bbd254d598c63a10364c5dc49f73129336541d48
  Author: Viktor Szakats <vszakats at users.noreply.github.com>
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
    M Configure

  Log Message:
  -----------
  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 at openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22723)

(cherry picked from commit 4ea752997df83c2a694fdb157aab07908303fc90)




More information about the openssl-commits mailing list