From a28c5fba5a23e262c345664c1c5643d5cd24cf2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 3 Sep 2020 11:34:01 +0200 Subject: [PATCH] disable LTO to workaround a possible linker bug - related to #1871971 --- man-db.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index 5c32ea9..5e9076c 100644 --- a/man-db.spec +++ b/man-db.spec @@ -1,10 +1,13 @@ %global cache /var/cache/man %global gnulib_ver 20140202 +# workaround for bug #1871971 +%global _lto_cflags %{nil} + Summary: Tools for searching and reading man pages Name: man-db Version: 2.9.2 -Release: 5%{?dist} +Release: 6%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPLv2+ and GPLv3+ @@ -231,6 +234,10 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Thu Sep 03 2020 Nikola Forró - 2.9.2-6 +- disable LTO to workaround a possible linker bug + related to #1871971 + * Tue Aug 04 2020 Nikola Forró - 2.9.2-5 - reenable LTO