Disable crashreporter for f27 and f28

This commit is contained in:
Jan Horak 2017-08-23 10:19:06 +02:00
parent 6abf348030
commit e9c71d37a3

View File

@ -412,6 +412,11 @@ echo "ac_add_options --without-system-libvpx" >> .mozconfig
%else
echo "ac_add_options --enable-default-toolkit=cairo-gtk2" >> .mozconfig
%endif
%if %{enable_mozilla_crashreporter}
echo "ac_add_options --enable-crashreporter" >> .mozconfig
%else
echo "ac_add_options --disable-crashreporter" >> .mozconfig
%endif
# install lightning langpacks
cd ..