summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-12-09 11:12:03 +0100
committerMartin Stransky <stransky@redhat.com>2018-12-09 11:12:03 +0100
commit30f48bfabaaf67e7fccb9394e1909ee70f50e3e2 (patch)
tree9e1d884409bf1fcae2d1fe6ba2348a61e9a42a1b
parentUpdate to Build 3 (diff)
downloadlibrewolf-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.spec5
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
bgstack15