From 4b76564e006c7ba4c8f7dc0921e012d5a0933c08 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 16 Oct 2025 17:56:38 +0300 Subject: [PATCH] Use gcc as compiler --- SPECS/webkit2gtk3.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SPECS/webkit2gtk3.spec b/SPECS/webkit2gtk3.spec index de0748c..51d6a5d 100644 --- a/SPECS/webkit2gtk3.spec +++ b/SPECS/webkit2gtk3.spec @@ -11,7 +11,6 @@ %endif # Clang is preferred: https://skia.org/docs/user/build/#supported-and-preferred-compilers -%global toolchain clang # We run out of memory if building with LTO enabled on i686. %ifarch %{ix86} @@ -51,7 +50,7 @@ Patch: evolution-sandbox-warning.patch BuildRequires: bison BuildRequires: bubblewrap -BuildRequires: clang +BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: flex BuildRequires: gettext