summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-09-29 11:18:54 +0200
committerMartin Stransky <stransky@redhat.com>2017-09-29 11:18:54 +0200
commit27f8cca3a1f2a9da27c17c044624b1751ad27f49 (patch)
tree9d3eb8597b42373d61820f6498a2ee88cceee1da /firefox-mozconfig
parentAdded stylo/nspr build patch and clang BuildReq (diff)
downloadlibrewolf-fedora-ff-27f8cca3a1f2a9da27c17c044624b1751ad27f49.tar.gz
librewolf-fedora-ff-27f8cca3a1f2a9da27c17c044624b1751ad27f49.tar.bz2
librewolf-fedora-ff-27f8cca3a1f2a9da27c17c044624b1751ad27f49.zip
Disabled stylo due to build failures with system nspr/nss
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 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