summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-12-05 14:27:46 +0100
committerMartin Stransky <stransky@redhat.com>2018-12-05 14:27:46 +0100
commit2259e65b498f7e4af92161dd93252096cd11d554 (patch)
tree1885bcae95289f1eeff091bd364768add51ea96f
parentbuild fix (diff)
downloadlibrewolf-fedora-ff-2259e65b498f7e4af92161dd93252096cd11d554.tar.gz
librewolf-fedora-ff-2259e65b498f7e4af92161dd93252096cd11d554.tar.bz2
librewolf-fedora-ff-2259e65b498f7e4af92161dd93252096cd11d554.zip
Enable elfhack on clang builds
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 05725e2..0984d54 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -37,7 +37,7 @@
%endif
%global disable_elfhack 0
-%if 0%{?fedora} > 28
+%if !0%{?build_with_clang}
%global disable_elfhack 1
%endif
bgstack15