disable LTO #1894585
This commit is contained in:
parent
ed145aa114
commit
d5745bdf3f
1 changed files with 10 additions and 1 deletions
|
|
@ -1,9 +1,15 @@
|
|||
# Force out of source build
|
||||
%undefine __cmake_in_source_build
|
||||
|
||||
# Build with lto enabled will lead to crash
|
||||
# see
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1894585
|
||||
# Disabling lto until upstream fixes this problem
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
Name: android-file-transfer
|
||||
Version: 3.9
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Reliable Android MTP client with minimalist UI
|
||||
|
||||
License: LGPLv2+
|
||||
|
|
@ -68,6 +74,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat
|
|||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
|
||||
%changelog
|
||||
* Sun Nov 15 18:00:15 CST 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 3.9-8
|
||||
- disable LTO #1894585
|
||||
|
||||
* Fri Oct 2 2020 Jeff Law <law@redhat.com> - 3.9-7
|
||||
- Add -fPIC to compilation flags
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue