From 19481f21c145df6418795ff3943b626378d6de03 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 8 May 2023 11:27:32 -0700 Subject: [PATCH] fix gcc-toolset-12-binutils-gold --- qt5-qtwebengine.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 273fe9a..8968d58 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -124,6 +124,9 @@ Patch35: qt5-qtwebengine-c99.patch ExclusiveArch: %{qt5_qtwebengine_arches} %endif +# Build on CentOS Stream 9 pulls in old gcc-toolset-12-binutils-gold +# Remove this when version 2.38-14 is no longer pulled in. +BuildRequires: gcc-toolset-12-binutils-gold >= 2.38-16 BuildRequires: make BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtbase-private-devel