diff options
author | Martin Stransky <stransky@redhat.com> | 2020-12-01 20:56:34 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-12-01 20:56:34 +0100 |
commit | 8145bf4155bcc6aa790711bd3a93bef948931b66 (patch) | |
tree | f329445d8edcec792ada230b3205137ce9938893 | |
parent | Added fix for mozbz#1672139 (diff) | |
download | librewolf-fedora-ff-8145bf4155bcc6aa790711bd3a93bef948931b66.tar.gz librewolf-fedora-ff-8145bf4155bcc6aa790711bd3a93bef948931b66.tar.bz2 librewolf-fedora-ff-8145bf4155bcc6aa790711bd3a93bef948931b66.zip |
spec tweak
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index c167609..a4c3c0b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -3,9 +3,11 @@ %global debug_build 0 %global build_with_clang 0 %global build_with_asan 0 +%if 0%{?fedora} == 33 %ifarch x86_64 %global run_firefox_tests 0 %endif +%endif %global create_debuginfo 1 %global system_nss 1 |