summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-05-05 11:58:01 +0200
committerMartin Stransky <stransky@redhat.com>2020-05-05 11:58:01 +0200
commit47ca9066bbe0be3641e0e2e8364ff379417cea3d (patch)
tree62435249a11b4c8a838bd00bfcdee02a7c0f7cf8 /firefox.spec
parentFix screensharing on displays with fractional scaling (diff)
downloadlibrewolf-fedora-ff-47ca9066bbe0be3641e0e2e8364ff379417cea3d.tar.gz
librewolf-fedora-ff-47ca9066bbe0be3641e0e2e8364ff379417cea3d.tar.bz2
librewolf-fedora-ff-47ca9066bbe0be3641e0e2e8364ff379417cea3d.zip
Added build workaround for broken system nss build
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 11e9668..a4c43e6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -457,6 +457,8 @@ echo "ac_add_options --disable-crashreporter" >> .mozconfig
%if 0%{?build_tests}
echo "ac_add_options --enable-tests" >> .mozconfig
+%else
+echo "ac_add_options --disable-tests" >> .mozconfig
%endif
%if !%{?system_jpeg}
bgstack15