From 793ab2260d4bcc05488f4ce625bb62a85c5f4478 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 4 Nov 2014 14:51:27 +0100 Subject: rawhide build fix --- firefox.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 41f3388..69cf634 100644 --- a/firefox.spec +++ b/firefox.spec @@ -105,7 +105,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 33.0 -Release: 3%{?pre_tag}%{?dist} +Release: 4%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -405,6 +405,13 @@ echo "ac_add_options --disable-crashreporter" >> .mozconfig echo "ac_add_options --enable-tests" >> .mozconfig %endif +# Hack - FF does not support new jpeg turbo library +%if 0%{?fedora} > 21 +echo "ac_add_options --without-system-jpeg" >> .mozconfig +%else +echo "ac_add_options --with-system-jpeg" >> .mozconfig +%endif + #--------------------------------------------------------------------- %build @@ -754,6 +761,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Nov 4 2014 Martin Stransky - 33.0-4 +- Do not use system libjpeg-turbo on rawhide + * Mon Nov 3 2014 Martin Stransky - 33.0-3 - Added Gtk3 support -- cgit