Christophe Marin 2021-08-26 09:02:45 +00:00 committed by Git OBS Bridge
parent f90dd87d41
commit 2dd40c0dbd
2 changed files with 10 additions and 1 deletions

View File

@ -1,10 +1,15 @@
-------------------------------------------------------------------
Thu Aug 26 09:02:34 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Disable lto for ppc64 builds.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 6 09:42:21 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr> Fri Aug 6 09:42:21 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.08.0 - Update to 21.08.0
* New feature release * New feature release
* For more details please see: * For more details please see:
* https://kde.org/announcements/gear/21.08/ * https://kde.org/announcements/gear/21.08.0
- No code change since 21.07.90 - No code change since 21.07.90
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -87,6 +87,10 @@ libktorrent is a torrent downloading library.
sed -i 's#1.71.0#1.66.0#' CMakeLists.txt sed -i 's#1.71.0#1.66.0#' CMakeLists.txt
%build %build
%ifarch ppc64
%define _lto_cflags %{nil}
%endif
%cmake_kf5 -d build %cmake_kf5 -d build
%cmake_build %cmake_build