347681c
From 603a35802319c0459737e3f067369ceb990fe2e6 Mon Sep 17 00:00:00 2001
347681c
From: Tomas Mraz <tmraz@fedoraproject.org>
347681c
Date: Thu, 24 Sep 2020 09:01:41 +0200
347681c
Subject: Aarch64 and ppc64le use lib64
347681c
347681c
(Was openssl-1.1.1-build.patch)
347681c
---
347681c
 Configurations/10-main.conf | 2 ++
347681c
 1 file changed, 2 insertions(+)
347681c
347681c
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
347681c
index d7580bf3e1..a7dbfd7f40 100644
347681c
--- a/Configurations/10-main.conf
347681c
+++ b/Configurations/10-main.conf
347681c
@@ -723,6 +723,7 @@ my %targets = (
347681c
         lib_cppflags     => add("-DL_ENDIAN"),
347681c
         asm_arch         => 'ppc64',
347681c
         perlasm_scheme   => "linux64le",
347681c
+        multilib         => "64",
347681c
     },
347681c
 
347681c
     "linux-armv4" => {
347681c
@@ -765,6 +766,7 @@ my %targets = (
347681c
         inherit_from     => [ "linux-generic64" ],
347681c
         asm_arch         => 'aarch64',
347681c
         perlasm_scheme   => "linux64",
347681c
+        multilib         => "64",
347681c
     },
347681c
     "linux-arm64ilp32" => {  # https://wiki.linaro.org/Platform/arm64-ilp32
347681c
         inherit_from     => [ "linux-generic32" ],
347681c
-- 
347681c
2.26.2
347681c