From 5975ccbbbb804d7719bd31b264572bba132b2e7c0154dab276d2ee18cf4ed0d2 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Tue, 15 Jun 2021 16:32:00 +0000 Subject: [PATCH] Accepting request 900160 from home:Guillaume_G:branches:Archiving:Backup - Disable LTO for aarch64, %{arm} and ppc64le as a workaround for boo#1187352 OBS-URL: https://build.opensuse.org/request/show/900160 OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/aespipe?expand=0&rev=25 --- aespipe.changes | 5 +++++ aespipe.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/aespipe.changes b/aespipe.changes index 9b2b0e6..1931835 100644 --- a/aespipe.changes +++ b/aespipe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 15 12:49:40 UTC 2021 - Guillaume GARDET + +- Disable LTO for aarch64, %{arm} and ppc64le as a workaround for boo#1187352 + ------------------------------------------------------------------- Wed Jul 29 22:24:40 UTC 2020 - Matthias Eliasson diff --git a/aespipe.spec b/aespipe.spec index b065f91..141918d 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -15,6 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%ifarch aarch64 %{arm} ppc64le +%define _lto_cflags %{nil} +%endif Name: aespipe Version: 2.4f