diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-07-20 18:55:14 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-07-20 18:55:14 +0200 |
commit | 00756764d72fede246f299c88485812c5174995b (patch) | |
tree | 6139ba66025ac8c1a261eaa81622c9d99f9962ba | |
parent | 045240739ede6728d5198f101ff110328f5d31c1 (diff) |
thunderbird-*: fix f13 build
-rw-r--r-- | thunderbird-lightning.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec index 9fca402..cbcef1f 100644 --- a/thunderbird-lightning.spec +++ b/thunderbird-lightning.spec @@ -176,6 +176,9 @@ ac_add_options --enable-system-lcms %if %{fedora} >= 15 ac_add_options --enable-system-sqlite %endif +%if %{fedora} < 14 +ac_add_options --disable-libjpeg-turbo +%endif EOF # Fix permissions |