From e9c71d37a31d0e7aaf7d32c4eb3ee747f37d0f10 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Wed, 23 Aug 2017 10:19:06 +0200 Subject: [PATCH] Disable crashreporter for f27 and f28 --- thunderbird.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/thunderbird.spec b/thunderbird.spec index 4b0a957..57cbaf2 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -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 ..