From 0200a3a690150cbf2e2f05838fce7da1100c1b8e Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 14 Jun 2023 13:52:22 +0200 Subject: [PATCH] Related: #2211006 Fix FTBFS with clang LLVM 16 also on c8s/rhel-8.9.0 --- thunderbird.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index a04b686..c7d08cc 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -648,7 +648,7 @@ echo "use_rustts %{?use_rustts}" %patch424 -p1 -b .svg-rendering %patch425 -p1 -b .D158770.diff -%if 0%{?fedora} >= 38 || (0%{?rhel} == 9 && %{rhel9_minor_version} >= 3) +%if 0%{?fedora} >= 38 || (0%{?rhel} == 9 && %{rhel9_minor_version} >= 3) || (0%{?rhel} == 8 && %{rhel8_minor_version} >= 9) # MUST ONLY be applied for building against clang LLVM 16. # Would crash with earlier clang. %patch -P 427 -p1 -b .rust-bindgen-2319-2339