From 55f9ba2974aef548d368cb2a211928008f7b917d Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sat, 14 Oct 2023 19:13:45 +0200 Subject: security/openssl30: Moved to security/openssl --- security/openssl30/files/patch-Configure | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 security/openssl30/files/patch-Configure (limited to 'security/openssl30/files/patch-Configure') diff --git a/security/openssl30/files/patch-Configure b/security/openssl30/files/patch-Configure deleted file mode 100644 index c26823c674f3..000000000000 --- a/security/openssl30/files/patch-Configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); - } - } -- cgit v1.2.3