summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-09-29 11:19:18 +0200
committerMartin Stransky <stransky@redhat.com>2017-09-29 11:19:18 +0200
commit936095b9a533f944d611093ced04ac53d7110236 (patch)
tree9d3eb8597b42373d61820f6498a2ee88cceee1da
parentMerge branch 'master' into f26 (diff)
parentDisabled stylo due to build failures with system nspr/nss (diff)
downloadlibrewolf-fedora-ff-936095b9a533f944d611093ced04ac53d7110236.tar.gz
librewolf-fedora-ff-936095b9a533f944d611093ced04ac53d7110236.tar.bz2
librewolf-fedora-ff-936095b9a533f944d611093ced04ac53d7110236.zip
Merge branch 'master' into f26
-rw-r--r--firefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index b47ca41..f98a89e 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -22,6 +22,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 --enable-pie
+ac_add_options --disable-stylo
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15