From 1852543d602345f69d4f99f307cdfb4a3eebd191 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 19 May 2013 20:01:57 +0200 Subject: Xulrunner: (re)enable crashreporter --- xulrunner.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xulrunner.spec b/xulrunner.spec index 58dc2b2..ed0b5a4 100644 --- a/xulrunner.spec +++ b/xulrunner.spec @@ -62,8 +62,12 @@ %global mozappdir %{_libdir}/%{name} %global tarballdir mozilla-release -# no crash reporter for remi repo +# crash reporter work only on x86/x86_64 +%ifarch %{ix86} x86_64 +%global enable_mozilla_crashreporter 1 +%else %global enable_mozilla_crashreporter 0 +%endif %if %{alpha_version} > 0 %global pre_version a%{alpha_version} -- cgit