Disable crashreporter for f27 and f28
This commit is contained in:
parent
6abf348030
commit
e9c71d37a3
@ -412,6 +412,11 @@ echo "ac_add_options --without-system-libvpx" >> .mozconfig
|
|||||||
%else
|
%else
|
||||||
echo "ac_add_options --enable-default-toolkit=cairo-gtk2" >> .mozconfig
|
echo "ac_add_options --enable-default-toolkit=cairo-gtk2" >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
|
%if %{enable_mozilla_crashreporter}
|
||||||
|
echo "ac_add_options --enable-crashreporter" >> .mozconfig
|
||||||
|
%else
|
||||||
|
echo "ac_add_options --disable-crashreporter" >> .mozconfig
|
||||||
|
%endif
|
||||||
|
|
||||||
# install lightning langpacks
|
# install lightning langpacks
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user