From 4421a6de317b6eebabc392032923abe0146f3484 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Wed, 16 Aug 2023 11:03:32 -0500 Subject: [PATCH] Use gcc-toolset-13 gcc-toolset-12 is currently broken on i686, so let's upgrade. Related: #2176269 --- webkit2gtk3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index e48daba..88bd878 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -35,7 +35,7 @@ BuildRequires: bison BuildRequires: cmake BuildRequires: flex BuildRequires: gcc-c++ -BuildRequires: gcc-toolset-12 +BuildRequires: gcc-toolset-13 BuildRequires: gettext BuildRequires: git BuildRequires: gperf @@ -200,7 +200,7 @@ rm -rf Source/ThirdParty/qunit/ # The system GCC is too old to build WebKit, so use a GCC Toolset instead. # This prints warnings complaining that it should not be used except in # SCL scriplets, but I can't figure out any other way to make it work. -source scl_source enable gcc-toolset-12 +source scl_source enable gcc-toolset-13 # -DUSE_SYSTEM_MALLOC=ON is really bad for security, but libpas requires # __atomic_compare_exchange_16 which does not seem to be available.