Add --enable-calendar when building thunderbird-lightning

This commit is contained in:
Jan Horak 2010-11-03 09:51:46 +01:00
parent e10070a5bd
commit 3398201c23

View File

@ -176,6 +176,9 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' %{P:%%PATCH0} \
%if %{enable_mozilla_crashreporter} %if %{enable_mozilla_crashreporter}
%{__cat} %{SOURCE13} >> .mozconfig %{__cat} %{SOURCE13} >> .mozconfig
%endif %endif
%if %{with_lightning_extension}
echo "ac_add_options --enable-calendar" >> .mozconfig
%endif
#=============================================================================== #===============================================================================