disable LTO to avoid linker bug
This commit is contained in:
parent
e5e25696ba
commit
0bd7941897
@ -1,10 +1,14 @@
|
||||
%global cache /var/cache/man
|
||||
%global gnulib_ver 20140202
|
||||
|
||||
# disable LTO to avoid linker bug
|
||||
# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/335QKVAYKCJSUXI4CIDN33NGEVKQKX7Y/
|
||||
%global _lto_cflags %{nil}
|
||||
|
||||
Summary: Tools for searching and reading man pages
|
||||
Name: man-db
|
||||
Version: 2.9.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
# GPLv2+ .. man-db
|
||||
# GPLv3+ .. gnulib
|
||||
License: GPLv2+ and GPLv3+
|
||||
@ -231,6 +235,9 @@ fi
|
||||
%config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2020 Nikola Forró <nforro@redhat.com> - 2.9.2-4
|
||||
- disable LTO to avoid linker bug
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user