From c1ed6afca9737076dfc4193f097a0c2fcf607573 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 16 Dec 2024 15:44:40 +1100 Subject: [PATCH] fix useshrplib check --- lib/ExtUtils/t/Embed.t | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ExtUtils/t/Embed.t b/lib/ExtUtils/t/Embed.t index 803b361602fa..308b3000714e 100644 --- a/lib/ExtUtils/t/Embed.t +++ b/lib/ExtUtils/t/Embed.t @@ -105,6 +105,7 @@ if ($^O eq 'VMS') { } else { # Not MSWin32 or OS/390 (z/OS) dynamic. my $ldopts = ldopts(); if ($^O eq 'openbsd' && !$Config{useshrplib}) { + if ($^O eq 'openbsd' && $Config{useshrplib} eq "false") { # see github #22125 # with OpenBSD, the packaged gcc (tries to) link # against the system libperl, this will be fine once