[thunderbird] disable jemalloc on s390(x) (taken from xulrunner)

Dan Horák sharkcz at fedoraproject.org
Thu Jan 5 10:54:14 UTC 2012


commit 3bafc5e9b91666a17234c05dd961046154053da1
Author: Dan Horák <dan at danny.cz>
Date:   Thu Jan 5 11:54:09 2012 +0100

    disable jemalloc on s390(x) (taken from xulrunner)

 thunderbird.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index 7cec656..4af314e 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -33,7 +33,7 @@
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
 Version:        9.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -175,6 +175,11 @@ cd ..
 %{__cat} %{SOURCE13} >> .mozconfig
 %endif
 
+# s390(x) fails to start with jemalloc enabled
+%ifarch s390 s390x
+echo "ac_add_options --disable-jemalloc" >> .mozconfig
+%endif
+
 %if %{?system_sqlite}
 echo "ac_add_options --enable-system-sqlite"  >> .mozconfig
 %else
@@ -368,6 +373,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 #===============================================================================
 
 %changelog
+* Thu Jan 05 2012 Dan Horák <dan[at]danny.cz> - 9.0-6
+- disable jemalloc on s390(x) (taken from xulrunner)
+
 * Wed Jan 04 2012 Dan Horák <dan[at]danny.cz> - 9.0-5
 - fix build on secondary arches (cherry-picked from 13afcd4c097c)
 


More information about the scm-commits mailing list