From ab30f30afeb5202913be2dec2c1ab69cb1557fa2 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-16499 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index a640b62..539ddf6 100644 --- a/firefox.spec +++ b/firefox.spec @@ -310,7 +310,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