Added build workaround for broken system nss build

This commit is contained in:
Martin Stransky 2020-05-05 11:58:01 +02:00
parent 034c5b3d5e
commit 47ca9066bb
1 changed files with 2 additions and 0 deletions

View File

@ -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}