diff options
author | Martin Stransky <stransky@redhat.com> | 2018-12-09 11:12:03 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-12-09 11:12:03 +0100 |
commit | 30f48bfabaaf67e7fccb9394e1909ee70f50e3e2 (patch) | |
tree | 9e1d884409bf1fcae2d1fe6ba2348a61e9a42a1b | |
parent | Update to Build 3 (diff) | |
download | librewolf-fedora-ff-30f48bfabaaf67e7fccb9394e1909ee70f50e3e2.tar.gz librewolf-fedora-ff-30f48bfabaaf67e7fccb9394e1909ee70f50e3e2.tar.bz2 librewolf-fedora-ff-30f48bfabaaf67e7fccb9394e1909ee70f50e3e2.zip |
Spec file tweaks, enabled clang on aarch64
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 9d06ca2..85aa5e0 100644 --- a/firefox.spec +++ b/firefox.spec @@ -6,8 +6,9 @@ %global system_libicu 0 %global hardened_build 1 %global system_jpeg 1 +%global build_with_clang 0 %if 0%{?fedora} >= 29 -%ifarch x86_64 +%ifarch x86_64 aarch64 %global build_with_clang 1 %endif %endif @@ -937,7 +938,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog * Tue Dec 4 2018 Martin Stransky <stransky@redhat.com> - 64.0-1 - Updated to Firefox 64 (Build 3) -- Build with clang +- Built with Clang on some arches. * Mon Nov 26 2018 Martin Stransky <stransky@redhat.com> - 63.0.3-3 - [Wayland] Fixed issues with Sway compositor and wl_keyboard setup |