[thunderbird-lightning/el6: 36/37] Disable using system cairo - too old in EL6

Orion Poplawski orion at fedoraproject.org
Wed Mar 14 21:20:38 UTC 2012


commit 07f3ef5469f8aff91751296f34aa7a20631524fb
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Mar 14 11:15:29 2012 -0600

    Disable using system cairo - too old in EL6

 thunderbird-lightning.spec |    1 +
 thunderbird-mozconfig      |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 8e587fb..f464704 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -201,6 +201,7 @@ find $RPM_BUILD_ROOT -name \*.so | xargs chmod 0755
 %changelog
 * Wed Mar 14 2012 Orion Poplawski <orion at cora.nwra.com> - 1.2.1-1
 - Update to 1.2.1
+- Disable using system cairo - too old in EL6
 
 * Fri Feb 17 2012 Orion Poplawski <orion at cora.nwra.com> 1.0-0.44.b3pre
 - Build l10n
diff --git a/thunderbird-mozconfig b/thunderbird-mozconfig
index b61a679..4f6c62c 100644
--- a/thunderbird-mozconfig
+++ b/thunderbird-mozconfig
@@ -23,7 +23,7 @@ ac_add_options --disable-xprint
 ac_add_options --disable-strip
 ac_add_options --disable-install-strip
 ac_add_options --enable-pango
-ac_add_options --enable-system-cairo
+ac_add_options --disable-system-cairo
 ac_add_options --enable-svg
 ac_add_options --enable-canvas
 ac_add_options --enable-system-hunspell


More information about the scm-commits mailing list