diff options
author | Martin Stransky <stransky@redhat.com> | 2020-12-01 16:24:46 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-12-01 16:24:46 +0100 |
commit | 3b8656c96a742d352777276e31e9a017794fdf18 (patch) | |
tree | 748a39701d0cf5ea039b53a85c2f66a74ef6ade8 | |
parent | Added fix for mozbz#1672139 (diff) | |
download | librewolf-fedora-ff-3b8656c96a742d352777276e31e9a017794fdf18.tar.gz librewolf-fedora-ff-3b8656c96a742d352777276e31e9a017794fdf18.tar.bz2 librewolf-fedora-ff-3b8656c96a742d352777276e31e9a017794fdf18.zip |
Added fix for mozbz#1672139
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 85bf422..c167609 100644 --- a/firefox.spec +++ b/firefox.spec @@ -4,7 +4,7 @@ %global build_with_clang 0 %global build_with_asan 0 %ifarch x86_64 -%global run_firefox_tests 1 +%global run_firefox_tests 0 %endif %global create_debuginfo 1 %global system_nss 1 |