summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-08-03 12:33:48 +0200
committerMartin Stransky <stransky@redhat.com>2017-08-03 12:33:48 +0200
commit326f909e0aaa522ca45093f2644e06545862ba3e (patch)
treeaea88b960bca792e1a198df2c31536f32fd204bd
parentDisabled arm, added ppc build fixes (diff)
downloadlibrewolf-fedora-ff-326f909e0aaa522ca45093f2644e06545862ba3e.tar.gz
librewolf-fedora-ff-326f909e0aaa522ca45093f2644e06545862ba3e.tar.bz2
librewolf-fedora-ff-326f909e0aaa522ca45093f2644e06545862ba3e.zip
Added reference to upstream bug - Rust build failure on ARM
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 3fd0df5..78ee592 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,3 +1,4 @@
+#Disabled due to https://bugzilla.mozilla.org/show_bug.cgi?id=1387010
ExcludeArch: aarch64 armv7hl
# Use ALSA backend?
bgstack15