commit 172fb9185969ad018b00ee45ef11c1b906f8e6e2
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Wed Aug 19 19:04:25 2020 +0200
Disable LTO flags
ppsspp.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/ppsspp.spec b/ppsspp.spec
index 0e73906..8bcf713 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -3,6 +3,11 @@ ExcludeArch: %{power64}
%global __cmake_in_source_build 1
+# Disable LTO flags
+# ... during IPA pass: pure-const
+# lto1: internal compiler error: Segmentation fault
+%define _lto_cflags %{nil}
+
%if 0%{?el7}
%global dts devtoolset-9-
%endif
@@ -319,8 +324,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
-* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
1.10.3-3
+* Wed Aug 19 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.3-3
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+- Disable LTO flags
* Thu Jul 16 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.3-2
- ppsspp-sdl now provides original previous ppsspp rpm