From a6d9ba2d9849810fff121039c984783cbe954644 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 1 Jul 2020 12:43:13 -0600 Subject: [PATCH] Disable LTO --- qt5-qtwebkit.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec index a5a4c2a..c577f25 100644 --- a/qt5-qtwebkit.spec +++ b/qt5-qtwebkit.spec @@ -16,7 +16,7 @@ Name: qt5-%{qt_module} Version: 5.212.0 -Release: 0.47.%{?prerel}%{?dist} +Release: 0.48.%{?prerel}%{?dist} Summary: Qt5 - QtWebKit components License: LGPLv2 and BSD @@ -120,6 +120,12 @@ test -f Source/WebCore/Resources/textAreaResizeCorner.png %build +# QT is known not to work properly with LTO at this point. Some of the issues +# are being worked on upstream and disabling LTO should be re-evaluated as +# we update this change. Until such time... +# Disable LTO +%define _lto_cflags %{nil} + # The following changes of optflags ietc. are adapted from webkitgtk4 package, which # is mostly similar to this one... # @@ -234,6 +240,9 @@ test -z "$(pkg-config --cflags Qt5WebKit | grep Qt5WebKit)" %changelog +* Wed Jul 01 2020 Jeff Law - 5.212.0-0.48.alpha4 +- Disable LTO + * Wed Jun 03 2020 Rex Dieter - 5.212.0-0.47.alpha4 - rebuild (python39)