summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-05-07 10:11:14 +0200
committerJan Horak <jhorak@redhat.com>2017-05-07 10:11:14 +0200
commit49aedf43808358c0b2e52c437b8e1f942f3f7b87 (patch)
tree2bc2fa3e1d3de7f3f2e0b9ae4a7fa49a418c4d8f /firefox.spec
parentAdded patch for fix build problems with rust cheddar package (diff)
downloadlibrewolf-fedora-ff-49aedf43808358c0b2e52c437b8e1f942f3f7b87.tar.gz
librewolf-fedora-ff-49aedf43808358c0b2e52c437b8e1f942f3f7b87.tar.bz2
librewolf-fedora-ff-49aedf43808358c0b2e52c437b8e1f942f3f7b87.zip
Cannot use disable skia with latest version
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 1 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index a9a397b..604258a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -459,9 +459,6 @@ echo "ac_add_options --enable-rust" >> .mozconfig
echo "ac_add_options --disable-rust" >> .mozconfig
%endif
-%ifarch aarch64 ppc64 s390x
-echo "ac_add_options --disable-skia" >> .mozconfig
-%endif
#---------------------------------------------------------------------
%build
@@ -867,6 +864,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Fri May 5 2017 Jan Horak <jhorak@redhat.com> - 53.0.2-1
- Update to 53.0.2
+- Cannot use disable-skia for any architecture now
* Thu Apr 27 2017 Jan Horak <jhorak@redhat.com> - 53.0-4
- Added patch from rhbz#1400293
bgstack15