summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 69cf634..3d58c46 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -405,9 +405,10 @@ echo "ac_add_options --disable-crashreporter" >> .mozconfig
echo "ac_add_options --enable-tests" >> .mozconfig
%endif
-# Hack - FF does not support new jpeg turbo library
+# TODO Hack - FF does not support new jpeg turbo library
%if 0%{?fedora} > 21
echo "ac_add_options --without-system-jpeg" >> .mozconfig
+BuildRequires: yasm
%else
echo "ac_add_options --with-system-jpeg" >> .mozconfig
%endif
bgstack15