diff options
author | Martin Stransky <stransky@redhat.com> | 2018-12-07 15:51:54 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-12-07 15:51:54 +0100 |
commit | e92e4d850f9384686d7df9ca4abe0c55245cb9dc (patch) | |
tree | 416aa9fe569b512dd61215388eeb472714573965 | |
parent | Enable clang on x86_64 only (diff) | |
download | librewolf-fedora-ff-e92e4d850f9384686d7df9ca4abe0c55245cb9dc.tar.gz librewolf-fedora-ff-e92e4d850f9384686d7df9ca4abe0c55245cb9dc.tar.bz2 librewolf-fedora-ff-e92e4d850f9384686d7df9ca4abe0c55245cb9dc.zip |
Disabled clang on Fedora 28
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index e59391e..a2d4e52 100644 --- a/firefox.spec +++ b/firefox.spec @@ -6,7 +6,7 @@ %global system_libicu 0 %global hardened_build 1 %global system_jpeg 1 -%if 0%{?fedora} >= 28 +%if 0%{?fedora} >= 29 %ifarch x86_64 %global build_with_clang 1 %endif |