Enabled JIT again

This commit is contained in:
Jan Horak 2016-05-20 12:15:06 +02:00
parent 1562108967
commit 3b32acf897
2 changed files with 6 additions and 6 deletions

View File

@ -31,6 +31,8 @@ do
done
cd ..
# Need to merge by compare-locale tool
# More info here: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/compare-locales
# how to get compare-locales: sudo easy_install -U compare-locales
# Make copy to merge with
rm -rf l10n-merged

View File

@ -70,7 +70,7 @@
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 45.1.0
Release: 2%{?dist}
Release: 3%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@ -313,11 +313,6 @@ echo "ac_add_options --disable-ion" >> .mozconfig
echo "ac_add_options --disable-yarr-jit" >> .mozconfig
%endif
#Workarounf for mozbz#1245783
%if 0%{?fedora} > 23
echo "ac_add_options --disable-ion" >> .mozconfig
%endif
%if %{?system_libvpx}
echo "ac_add_options --with-system-libvpx" >> .mozconfig
%else
@ -620,6 +615,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Fri May 20 2016 Jan Horak <jhorak@redhat.com> - 45.1.0-3
- Enabled JIT again
* Tue May 17 2016 Jan Horak <jhorak@redhat.com> - 45.1.0-2
- Update to 45.1.0