summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-05-17 14:22:52 +0200
committerMartin Stransky <stransky@redhat.com>2017-05-17 14:22:52 +0200
commitc6693c1b7bd8aca629923b5062dc263b71f60a14 (patch)
tree84aafe5628cfb3a2cd8c9cc2a01f6571cc9f0a23 /firefox-mozconfig
parentEnabled all arches for Fedora 27 a.k.a. rawhide to show build failures there (diff)
downloadlibrewolf-fedora-ff-c6693c1b7bd8aca629923b5062dc263b71f60a14.tar.gz
librewolf-fedora-ff-c6693c1b7bd8aca629923b5062dc263b71f60a14.tar.bz2
librewolf-fedora-ff-c6693c1b7bd8aca629923b5062dc263b71f60a14.zip
Updated mozilla-1337988.patch to build on arm
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index acace89..c50a6e7 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -6,7 +6,6 @@ ac_add_options --prefix="$PREFIX"
ac_add_options --libdir="$LIBDIR"
ac_add_options --with-system-zlib
ac_add_options --with-system-bz2
-ac_add_options --enable-system-hunspell
ac_add_options --with-pthreads
ac_add_options --disable-strip
ac_add_options --disable-tests
bgstack15