From 3398201c23853c22d89cd4af1d28852e39a7728c Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Wed, 3 Nov 2010 09:51:46 +0100 Subject: [PATCH] Add --enable-calendar when building thunderbird-lightning --- thunderbird.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thunderbird.spec b/thunderbird.spec index 818cc1b..f63e331 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -176,6 +176,9 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' %{P:%%PATCH0} \ %if %{enable_mozilla_crashreporter} %{__cat} %{SOURCE13} >> .mozconfig %endif +%if %{with_lightning_extension} +echo "ac_add_options --enable-calendar" >> .mozconfig +%endif #===============================================================================