[openssl/openssl] 4ea752: 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/master
  Home:   https://github.com/openssl/openssl
  Commit: 4ea752997df83c2a694fdb157aab07908303fc90
      https://github.com/openssl/openssl/commit/4ea752997df83c2a694fdb157aab07908303fc90
  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)




More information about the openssl-commits mailing list