opnsense-ports/security/openssl/files/patch-Configure
Franco Fichtner 43b7e47273 security/openssl: sync with upstream
Taken from: FreeBSD
2023-10-18 10:48:18 +02: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);
}
}