Explicitly disable thunderbird support on RHEL

This commit is contained in:
Kalev Lember 2017-02-23 12:12:10 +01:00
parent c3a330093d
commit 1ba002ea39

View File

@ -189,6 +189,8 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
--enable-libmediaart \ --enable-libmediaart \
%if 0%{?with_thunderbird} %if 0%{?with_thunderbird}
--with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions \ --with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions \
%else
--disable-miner-thunderbird \
%endif %endif
--with-unicode-support=libicu \ --with-unicode-support=libicu \
--disable-functional-tests --disable-functional-tests