diff options
author | B Stack <bgstack15@gmail.com> | 2019-05-13 12:47:00 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-05-13 12:47:00 +0000 |
commit | 301625563c026ab4e94a7ed8393eff1cc0878ed2 (patch) | |
tree | 8b081f91f917e27aa201a0e9dc40b75415824fe0 | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
parent | WIP: waterfox: fix when clang is pulled in (diff) | |
download | stackrpms-301625563c026ab4e94a7ed8393eff1cc0878ed2.tar.gz stackrpms-301625563c026ab4e94a7ed8393eff1cc0878ed2.tar.bz2 stackrpms-301625563c026ab4e94a7ed8393eff1cc0878ed2.zip |
Merge branch 'waterfox-bump' into 'master'
waterfox: fix when clang is pulled in
See merge request bgstack15/stackrpms!58
-rw-r--r-- | waterfox/waterfox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index 77ec533..c14f518 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -304,9 +304,9 @@ BuildRequires: pkgconfig(icu-i18n) BuildRequires: yasm BuildRequires: llvm BuildRequires: llvm-devel +%if 0%{?build_with_clang} BuildRequires: clang BuildRequires: clang-libs -%if 0%{?build_with_clang} BuildRequires: lld BuildRequires: libstdc++-static %if 0%{?build_with_pgo} |