opnsense-ports/security/openssl30/files/patch-Configure
Franco Fichtner 5adf2a9220 */*: sync with upstream
Taken from: FreeBSD
2023-03-15 15:11:48 +01:00

11 lines
379 B
Text

--- Configure.orig 2022-04-12 16:30:34 UTC
+++ Configure
@@ -1549,7 +1549,7 @@ my %predefined_CXX = $config{CXX}
unless ($disabled{asm}) {
# big endian systems can use ELFv2 ABI
- if ($target eq "linux-ppc64") {
+ if ($target eq "linux-ppc64" || $target eq "BSD-ppc64") {
$target{perlasm_scheme} = "linux64v2" if ($predefined_C{_CALL_ELF} == 2);
}
}