diff --git a/libktorrent.changes b/libktorrent.changes index 9eccaa4..1c750c7 100644 --- a/libktorrent.changes +++ b/libktorrent.changes @@ -1,10 +1,15 @@ +------------------------------------------------------------------- +Thu Aug 26 09:02:34 UTC 2021 - Christophe Giboudeaux + +- Disable lto for ppc64 builds. + ------------------------------------------------------------------- Fri Aug 6 09:42:21 UTC 2021 - Christophe Giboudeaux - Update to 21.08.0 * New feature release * 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 ------------------------------------------------------------------- diff --git a/libktorrent.spec b/libktorrent.spec index 9e01273..34233c5 100644 --- a/libktorrent.spec +++ b/libktorrent.spec @@ -87,6 +87,10 @@ libktorrent is a torrent downloading library. sed -i 's#1.71.0#1.66.0#' CMakeLists.txt %build +%ifarch ppc64 +%define _lto_cflags %{nil} +%endif + %cmake_kf5 -d build %cmake_build