Disabled system ICU due to build errors.
This commit is contained in:
parent
2b1c6aa33e
commit
2278619e66
@ -30,7 +30,7 @@ ac_add_options --enable-gio
|
||||
ac_add_options --disable-gnomevfs
|
||||
ac_add_options --disable-gstreamer
|
||||
ac_add_options --enable-pie
|
||||
ac_add_options --with-system-icu
|
||||
ac_add_options --without-system-icu
|
||||
|
||||
# lightning related
|
||||
ac_add_options --enable-calendar
|
||||
|
@ -63,7 +63,7 @@
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 45.6.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Group: Applications/Internet
|
||||
@ -156,7 +156,8 @@ BuildRequires: mesa-libGL-devel
|
||||
BuildRequires: libvpx-devel >= %{libvpx_version}
|
||||
Requires: libvpx >= %{libvpx_version}
|
||||
BuildRequires: pulseaudio-libs-devel
|
||||
BuildRequires: libicu-devel
|
||||
# Disabled due to build failure
|
||||
#BuildRequires: libicu-devel
|
||||
BuildRequires: GConf2-devel
|
||||
Requires: mozilla-filesystem
|
||||
BuildRequires: yasm
|
||||
@ -616,6 +617,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Fri Jan 20 2017 Martin Stransky <stransky@redhat.com> - 45.6.0-5
|
||||
- Disabled system ICU due to build errors.
|
||||
|
||||
* Fri Jan 20 2017 Martin Stransky <stransky@redhat.com> - 45.6.0-4
|
||||
- Rebuilt for new nss 3.28.1 (mozbz#1290037)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user