From 0bd79418972a85b346f9c920736a76a6e39048ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Tue, 28 Jul 2020 12:24:45 +0200 Subject: [PATCH] disable LTO to avoid linker bug --- man-db.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index 808a2a4..ae3f7ed 100644 --- a/man-db.spec +++ b/man-db.spec @@ -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ó - 2.9.2-4 +- disable LTO to avoid linker bug + * Tue Jul 28 2020 Fedora Release Engineering - 2.9.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild