[thunderbird-lightning/el5] Add thunderbird-python.patch to build with python 2.4

Orion Poplawski orion at fedoraproject.org
Mon Feb 25 22:18:53 UTC 2013


commit 0535ebdb8aed3bc31d10235071b4e52816391bb0
Author: Orion Poplawski <orion at nwra.com>
Date:   Mon Feb 25 15:18:50 2013 -0700

    Add thunderbird-python.patch to build with python 2.4

 thunderbird-lightning.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 25c1e5d..6efbd7d 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -60,6 +60,9 @@ Patch205:       xulrunner-hidden.patch
 # This is fix for ia64 jemmaloc, ia64 and ppc js
 Patch206:       xulrunner-pagesize-ia64.patch
 
+# Thunderbird specific
+Patch301:       thunderbird-python.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  nspr-devel >= %{nspr_version}
 BuildRequires:  nss-devel >= %{nss_version}
@@ -133,6 +136,9 @@ cd mozilla
 %patch103 -p2 -b .gc-sections
 cd ..
 
+# thunderbird specific patches
+%patch301 -p1 -b .tb-python
+
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
 


More information about the scm-commits mailing list