From 1aa899723eb47803007bea7c163973f6633c2901 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Jul 13 2020 16:29:35 +0000 Subject: Disable LTO --- diff --git a/adanaxisgpl.spec b/adanaxisgpl.spec index b031832..f7ed9a3 100644 --- a/adanaxisgpl.spec +++ b/adanaxisgpl.spec @@ -1,7 +1,7 @@ Summary: Action game in four spatial dimensions Name: adanaxisgpl Version: 1.2.5 -Release: 34%{?dist} +Release: 35%{?dist} License: GPLv2 URL: http://www.mushware.com/ Source0: http://www.mushware.com/files/%{name}-1.2.5.tar.gz @@ -42,6 +42,11 @@ Shading Language. %build +# This package mis-uses inline vs extern inline for rb_reserved_word and +# if it does not get inlined, then we get an undefined symbol using LTO +# Disable LTO +%define _lto_cflags %{nil} + %configure make %{?_smp_mflags} @@ -92,6 +97,9 @@ install -p -m 644 x11/icons/%{name}-48.png %{buildroot}%{_datadir}/icons/hicolor %changelog +* Mon Jul 13 2020 Jeff Law - 1.2.5-35 +- Disable LTO + * Tue Jan 28 2020 Fedora Release Engineering - 1.2.5-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild