From 77ecd4551dfc494d475195528e963735e4428a45 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 28 Nov 2023 15:03:42 +0100 Subject: [PATCH] BuildRequires llvm-devel for llvm-config Related: RHEL-16522 --- thunderbird.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index cf25282..57ba8b4 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -293,7 +293,7 @@ BuildRequires: rust >= %{rust_version} %if 0%{?rhel} == 9 BuildRequires: cargo -BuildRequires: clang clang-libs llvm +BuildRequires: clang clang-libs llvm llvm-devel BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: python3-devel