diff options
author | Marcin Juszkiewicz <mjuszkiewicz@redhat.com> | 2016-01-06 09:27:06 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <mjuszkiewicz@redhat.com> | 2016-01-06 09:27:06 +0100 |
commit | b39173f330082506f47e30125ef4db5ac096b37d (patch) | |
tree | 097f57e3cd49fcbaa61f055052bcc171de62b95c /firefox.spec | |
parent | Enabled Skia (rhbz#1282134) (diff) | |
download | librewolf-fedora-ff-b39173f330082506f47e30125ef4db5ac096b37d.tar.gz librewolf-fedora-ff-b39173f330082506f47e30125ef4db5ac096b37d.tar.bz2 librewolf-fedora-ff-b39173f330082506f47e30125ef4db5ac096b37d.zip |
Fix build on AArch64
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 04e8cd7..15e9400 100644 --- a/firefox.spec +++ b/firefox.spec @@ -77,7 +77,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 43.0.3 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -123,6 +123,8 @@ Patch222: firefox-gtk3-20.patch # Update https://bugzilla.mozilla.org/show_bug.cgi?id=1142056 # when removed Patch500: aarch64-fix-skia.patch +# Add AArch64 architecture definition for webrtc +Patch501: firefox-webrtc-aarch64.patch %if %{?system_nss} BuildRequires: pkgconfig(nspr) >= %{nspr_version} @@ -261,6 +263,7 @@ cd %{tarballdir} %endif %patch500 -p1 +%patch501 -p1 %{__rm} -f .mozconfig %{__cp} %{SOURCE10} .mozconfig @@ -753,6 +756,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Jan 05 2016 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 43.0.3-3 +- Fix build on AArch64. + * Mon Jan 4 2016 Martin Stransky <stransky@redhat.com> - 43.0.3-2 - Enabled Skia (rhbz#1282134) |