summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-12-05 14:28:00 +0100
committerMartin Stransky <stransky@redhat.com>2018-12-05 14:28:00 +0100
commit749af5560c89fd98219534f1c3627a529e4419a9 (patch)
tree1885bcae95289f1eeff091bd364768add51ea96f
parentMerge branch 'master' into f28 (diff)
parentEnable elfhack on clang builds (diff)
downloadlibrewolf-fedora-ff-749af5560c89fd98219534f1c3627a529e4419a9.tar.gz
librewolf-fedora-ff-749af5560c89fd98219534f1c3627a529e4419a9.tar.bz2
librewolf-fedora-ff-749af5560c89fd98219534f1c3627a529e4419a9.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 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