summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-01-23 12:02:45 +0100
committerMartin Stransky <stransky@redhat.com>2017-01-23 12:02:45 +0100
commit75872935f9d880ba8d8757ab7b2b3002d6b73025 (patch)
treefe6a5350136d191cdfaf7e8a50474397c1eacfb9
parentUpdated skia patch (diff)
downloadlibrewolf-fedora-ff-75872935f9d880ba8d8757ab7b2b3002d6b73025.tar.gz
librewolf-fedora-ff-75872935f9d880ba8d8757ab7b2b3002d6b73025.tar.bz2
librewolf-fedora-ff-75872935f9d880ba8d8757ab7b2b3002d6b73025.zip
disabled skia on aarch64 ppc64 s390x
-rw-r--r--firefox.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 27efab7..c14fa86 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -397,6 +397,10 @@ echo "ac_add_options --without-system-icu" >> .mozconfig
%if %{?build_with_rust}
echo "ac_add_options --enable-rust" >> .mozconfig
%endif
+
+%ifarch aarch64 ppc64 s390x
+echo "ac_add_options --disable-skia" >> .mozconfig
+%endif
#---------------------------------------------------------------------
%build
bgstack15