summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-12-12 10:48:12 +0100
committerMartin Stransky <stransky@redhat.com>2018-12-12 10:48:12 +0100
commitd144fd627954f8faa247de7a7235e5be3c4a4d67 (patch)
treeb6c826c091b7aa40dac50b9c365c17ed51d6f7a3 /firefox-mozconfig
parentDisable debuginginfo on x390/arm to link that packages (diff)
downloadlibrewolf-fedora-ff-d144fd627954f8faa247de7a7235e5be3c4a4d67.tar.gz
librewolf-fedora-ff-d144fd627954f8faa247de7a7235e5be3c4a4d67.tar.bz2
librewolf-fedora-ff-d144fd627954f8faa247de7a7235e5be3c4a4d67.zip
Updated PGO build setup, spec file tweaks
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 7bff990..5cfb5ba 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -16,6 +16,7 @@ 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 --update-channel=release
+ac_add_options --disable-system-sqlite
# Workaround for mozbz#1341234
ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
bgstack15