summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-12-05 14:21:38 +0100
committerMartin Stransky <stransky@redhat.com>2018-12-05 14:21:38 +0100
commite50f91db1866bf033bae021a13e5656884096f8c (patch)
tree74a201b516bd228e3ac41ef22b2b9b5b87f26f8e
parentMerge branch 'master' into f28 (diff)
parentbuild fix (diff)
downloadlibrewolf-fedora-ff-e50f91db1866bf033bae021a13e5656884096f8c.tar.gz
librewolf-fedora-ff-e50f91db1866bf033bae021a13e5656884096f8c.tar.bz2
librewolf-fedora-ff-e50f91db1866bf033bae021a13e5656884096f8c.zip
Merge branch 'master' into f28
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 68af7ba..05725e2 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -563,7 +563,7 @@ export LDFLAGS=$MOZ_LINK_FLAGS
export PREFIX='%{_prefix}'
export LIBDIR='%{_libdir}'
-%if %{?build_with_clang}
+%if 0%{?build_with_clang}
export LLVM_PROFDATA="llvm-profdata"
#export AR="llvm-ar"
#export NM="llvm-nm"
bgstack15