summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-07-11 16:26:30 -0400
committerB Stack <bgstack15@gmail.com>2019-07-11 16:26:30 -0400
commita1f6a3d6642c40f30992c68dc487d8f1b40f3918 (patch)
tree7215fbb804b1282140615b7f5d37ea1f4fe06583 /waterfox
parentwaterfox 56.2.12 rpm rc1 (diff)
downloadstackrpms-a1f6a3d6642c40f30992c68dc487d8f1b40f3918.tar.gz
stackrpms-a1f6a3d6642c40f30992c68dc487d8f1b40f3918.tar.bz2
stackrpms-a1f6a3d6642c40f30992c68dc487d8f1b40f3918.zip
add back clang-libs
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/waterfox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 5f9ef42..5753032 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -303,6 +303,7 @@ BuildRequires: llvm-devel
# this one differs from chinfo. It needs to be before clang, for el7
%if 0%{?build_with_clang}
BuildRequires: clang
+BuildRequires: clang-libs
BuildRequires: clang-devel
BuildRequires: lld
BuildRequires: libstdc++-static
bgstack15