summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-08-29 10:39:08 +0200
committerJan Horak <jhorak@redhat.com>2017-08-29 10:39:08 +0200
commitb41c541c5b36642f44d01d761d2607ef0ec34ee5 (patch)
tree63c70a1120a88f9174655486bb5d94de32f0f37c /firefox-mozconfig
parentUpdated to 55.0.2 (diff)
downloadlibrewolf-fedora-ff-b41c541c5b36642f44d01d761d2607ef0ec34ee5.tar.gz
librewolf-fedora-ff-b41c541c5b36642f44d01d761d2607ef0ec34ee5.tar.bz2
librewolf-fedora-ff-b41c541c5b36642f44d01d761d2607ef0ec34ee5.zip
Added google api key for safebrowsing, fixing failing builds on latest fedoras
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 9182fb2..b47ca41 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -19,6 +19,7 @@ ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio
ac_add_options --with-system-icu
ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key
+ac_add_options --with-google-api-keyfile=../google-api-key
ac_add_options --enable-release
ac_add_options --enable-pie
bgstack15