summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2018-09-24 17:27:25 +0200
committerJan Horak <jhorak@redhat.com>2018-09-24 17:27:25 +0200
commit5749081746f97528460465e50b4f909c55c29374 (patch)
tree3ed5f8f448d5034d560d668f3d1745cbed2a8730
parentUpdate to 62.0.2 (diff)
downloadlibrewolf-fedora-ff-5749081746f97528460465e50b4f909c55c29374.tar.gz
librewolf-fedora-ff-5749081746f97528460465e50b4f909c55c29374.tar.bz2
librewolf-fedora-ff-5749081746f97528460465e50b4f909c55c29374.zip
Added clang-devel for build require to fix llvm-configure failure
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index ffb9608..adf4554 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -244,6 +244,7 @@ BuildRequires: xorg-x11-server-Xvfb
%endif
BuildRequires: rust
BuildRequires: cargo
+BuildRequires: clang-devel
Obsoletes: mozilla <= 37:1.7.13
Provides: webclient
bgstack15