From 9f54d8029387895b7b1389d9a9f9e0bf476a027f Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 6 Aug 2020 09:24:33 -0600 Subject: [PATCH] Remove explicit LTO bits from flags --- efivar.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/efivar.spec b/efivar.spec index 84a7998..9ff2c81 100644 --- a/efivar.spec +++ b/efivar.spec @@ -1,6 +1,6 @@ Name: efivar Version: 37 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Tools to manage UEFI variables License: LGPL-2.1 URL: https://github.com/rhboot/efivar @@ -52,7 +52,7 @@ git config --unset user.name # incompatible with LTO. Disable LTO %define _lto_cflags %{nil} -make LIBDIR=%{_libdir} BINDIR=%{_bindir} CFLAGS="$RPM_OPT_FLAGS -flto" LDFLAGS="$RPM_LD_FLAGS -flto" +make LIBDIR=%{_libdir} BINDIR=%{_bindir} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %install %makeinstall @@ -83,6 +83,9 @@ make abicheck %{_libdir}/*.so.* %changelog +* Thu Aug 06 2020 Jeff Law +- Remove explicit LTO bits from flags + * Sat Aug 01 2020 Fedora Release Engineering - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild