summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-12-05 13:46:56 +0100
committerMartin Stransky <stransky@redhat.com>2018-12-05 13:46:56 +0100
commit7da8addb90656f29d5733550646fa472fb303e2e (patch)
tree641c8cd512b13fa69cc523e6d7ed96ed6aa80880
parentEnable clang on Fedora 29/rawhide, use bundled cbindgen everywhere (diff)
downloadlibrewolf-fedora-ff-7da8addb90656f29d5733550646fa472fb303e2e.tar.gz
librewolf-fedora-ff-7da8addb90656f29d5733550646fa472fb303e2e.tar.bz2
librewolf-fedora-ff-7da8addb90656f29d5733550646fa472fb303e2e.zip
spec fix
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 8a35468..68af7ba 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -199,7 +199,7 @@ BuildRequires: llvm
BuildRequires: llvm-devel
BuildRequires: clang
BuildRequires: clang-libs
-%if %{?build_with_clang}
+%if 0%{?build_with_clang}
BuildRequires: lld
%endif
%if 0%{?fedora} > 27
bgstack15