From 3db7f5c0e4b06bcecbacd3c5afe1c3fe0c11af18 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Aug 20 2020 18:36:37 +0000 Subject: Re-enable LTO --- diff --git a/lv.spec b/lv.spec index 6c9edf4..9a0e036 100644 --- a/lv.spec +++ b/lv.spec @@ -2,7 +2,7 @@ Name: lv Version: 4.51 -Release: 41%{?dist} +Release: 42%{?dist} License: GPLv2+ URL: http://www.ff.iij4u.or.jp/~nrt/lv/ BuildRequires: ncurses-devel autoconf @@ -39,11 +39,6 @@ for text decoration. %patch7 -p1 -b .7-sigvec %build -# LTO seems to fail to inline IobufGetc which results in an undefined symbol. -# This is almost certainly a source issue not an LTO issue, but needs further -# investigation to be absolutely certain. Until then disable LTO -%define _lto_cflags %{nil} - cd src autoconf %configure --enable-fastio @@ -66,6 +61,9 @@ mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 %changelog +* Thu Aug 20 2020 Jeff Law - 4.51-42 +- Re-enable LTO + * Mon Aug 10 2020 Jeff Law - 4.51-41 - Disable LTO for now