- Disable lto for ppc64 builds.
* https://kde.org/announcements/gear/21.08.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/libktorrent?expand=0&rev=21
This commit is contained in:
parent
f90dd87d41
commit
2dd40c0dbd
@ -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>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user