diff options
author | Martin Stransky <stransky@redhat.com> | 2018-12-05 14:28:00 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-12-05 14:28:00 +0100 |
commit | 749af5560c89fd98219534f1c3627a529e4419a9 (patch) | |
tree | 1885bcae95289f1eeff091bd364768add51ea96f /firefox.spec | |
parent | Merge branch 'master' into f28 (diff) | |
parent | Enable elfhack on clang builds (diff) | |
download | librewolf-fedora-ff-749af5560c89fd98219534f1c3627a529e4419a9.tar.gz librewolf-fedora-ff-749af5560c89fd98219534f1c3627a529e4419a9.tar.bz2 librewolf-fedora-ff-749af5560c89fd98219534f1c3627a529e4419a9.zip |
Merge branch 'master' into f28
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
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 |