From 47ca9066bbe0be3641e0e2e8364ff379417cea3d Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 5 May 2020 11:58:01 +0200 Subject: [PATCH] Added build workaround for broken system nss build --- firefox.spec | 2 ++ 1 file changed, 2 insertions(+) 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}