From eb9c37ee3dfc24e3afc43466f1fe2fbd953352205651835166db6a27d75e01e8 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 27 Aug 2021 08:34:46 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=342 --- kio.changes | 5 +++++ kio.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/kio.changes b/kio.changes index 5b5979b..dd4ea96 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 27 08:34:41 UTC 2021 - Christophe Giboudeaux + +- Disable lto for ppc64 builds. + ------------------------------------------------------------------- Sat Aug 21 14:55:25 UTC 2021 - Fabian Vogt diff --git a/kio.spec b/kio.spec index 7309512..d851959 100644 --- a/kio.spec +++ b/kio.spec @@ -136,6 +136,10 @@ Development files. %autosetup -p1 %build +%ifarch ppc64 +%define _lto_cflags %{nil} +%endif + %cmake_kf5 -d build %cmake_build