summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-07-11 20:19:34 -0400
committerB Stack <bgstack15@gmail.com>2019-07-11 20:19:34 -0400
commit6c8c42b25d344ef1c29dcb8364c5b55f88a9a8be (patch)
treeae88bcd3271fcfa03f620b2f475e2f6680df96db /waterfox/waterfox.spec
parentWIP: try snapshot again and clang_0 (diff)
downloadstackrpms-6c8c42b25d344ef1c29dcb8364c5b55f88a9a8be.tar.gz
stackrpms-6c8c42b25d344ef1c29dcb8364c5b55f88a9a8be.tar.bz2
stackrpms-6c8c42b25d344ef1c29dcb8364c5b55f88a9a8be.zip
WIP: just compile; who cares if it needs clang
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec6
1 files changed, 2 insertions, 4 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index d9c7e35..c6894a1 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -300,19 +300,17 @@ BuildRequires: pkgconfig(icu-i18n)
BuildRequires: yasm
BuildRequires: llvm
BuildRequires: llvm-devel
-# this one differs from chinfo. It needs to be before clang, for el7
-%if 0%{?build_with_clang}
+%if !0%{?el7}
BuildRequires: clang
BuildRequires: clang-libs
BuildRequires: clang-devel
BuildRequires: lld
BuildRequires: libstdc++-static
+%endif
%if 0%{?build_with_pgo}
BuildRequires: compiler-rt
%endif
-%else
BuildRequires: gcc-c++
-%endif
BuildRequires: bash
BuildRequires: patchutils
bgstack15