diff options
author | Martin Stransky <stransky@redhat.com> | 2017-09-29 11:18:54 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-09-29 11:18:54 +0200 |
commit | 27f8cca3a1f2a9da27c17c044624b1751ad27f49 (patch) | |
tree | 9d3eb8597b42373d61820f6498a2ee88cceee1da | |
parent | Added stylo/nspr build patch and clang BuildReq (diff) | |
download | librewolf-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
-rw-r--r-- | firefox-mozconfig | 1 |
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 |