SHA256
1
0
forked from pool/kio
Christophe Giboudeaux 2021-08-27 08:34:46 +00:00 committed by Git OBS Bridge
parent dd71cad6b3
commit 5688d4f4db
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 27 08:34:41 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Disable lto for ppc64 builds.
-------------------------------------------------------------------
Sat Aug 21 14:55:25 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -136,6 +136,10 @@ Development files.
%autosetup -p1
%build
%ifarch ppc64
%define _lto_cflags %{nil}
%endif
%cmake_kf5 -d build
%cmake_build