diff options
author | Martin Stransky <stransky@redhat.com> | 2020-05-05 11:58:01 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-05-05 11:58:01 +0200 |
commit | 47ca9066bbe0be3641e0e2e8364ff379417cea3d (patch) | |
tree | 62435249a11b4c8a838bd00bfcdee02a7c0f7cf8 /firefox.spec | |
parent | Fix screensharing on displays with fractional scaling (diff) | |
download | librewolf-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.spec | 2 |
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} |