diff options
author | B Stack <bgstack15@gmail.com> | 2019-07-11 20:19:34 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-07-11 20:19:34 -0400 |
commit | 6c8c42b25d344ef1c29dcb8364c5b55f88a9a8be (patch) | |
tree | ae88bcd3271fcfa03f620b2f475e2f6680df96db /waterfox | |
parent | WIP: try snapshot again and clang_0 (diff) | |
download | stackrpms-6c8c42b25d344ef1c29dcb8364c5b55f88a9a8be.tar.gz stackrpms-6c8c42b25d344ef1c29dcb8364c5b55f88a9a8be.tar.bz2 stackrpms-6c8c42b25d344ef1c29dcb8364c5b55f88a9a8be.zip |
WIP: just compile; who cares if it needs clang
Diffstat (limited to 'waterfox')
-rw-r--r-- | waterfox/waterfox.spec | 6 |
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 |