]> git.ipfire.org Git - thirdparty/openssl.git/commit
Configure: make absolutedir() use rel2abs() on Windows too
authorRichard Levitte <levitte@openssl.org>
Wed, 5 Jun 2024 19:43:01 +0000 (21:43 +0200)
committerNeil Horman <nhorman@openssl.org>
Sat, 15 Jun 2024 12:02:18 +0000 (08:02 -0400)
commit6e01d3114b77c82cf83a2bfe53f7ba97840fbe36
tree453cc1bbeae51d443f554adbbb2ce615ca52a05a
parent1977c00f00ad0546421a5ec0b40c1326aee4cddb
Configure: make absolutedir() use rel2abs() on Windows too

perl's realpath() seems to be buggy on Windows, so we turn to rel2abs()
there as well.

Fixes #23593

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24569)
Configure