diff --git a/bigloo.spec b/bigloo.spec index 08b42cc..5acd609 100644 --- a/bigloo.spec +++ b/bigloo.spec @@ -23,7 +23,7 @@ Name: bigloo Version: 4.3h -Release: 6%{?patch_ver:.%{patch_ver}}%{?prerel:.%{prerel}}%{?dist} +Release: 7%{?patch_ver:.%{patch_ver}}%{?prerel:.%{prerel}}%{?dist} Summary: A compiler for the Scheme programming language License: GPLv2+ @@ -176,11 +176,6 @@ sed -i 's/a \. b/+inf.0 . +inf.0/' recette/error.scm %endif %build -# LTO causes bigloo to fault during its build. I've found the build system -# to be a total mess for things like incremental builds, .o bisection, and -# the like. I give up. Disable LTO -%define _lto_cflags %{nil} - %define inplace $PWD/inplace # Large stack needed to build @@ -348,6 +343,9 @@ make test %changelog +* Fri Oct 09 2020 Jeff Law - 4.3h-8 +- Re-enable LTO + * Sat Aug 01 2020 Fedora Release Engineering - 4.3h-6 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild