[xulrunner/f14/master] disable naojit on sparc64

Dennis Gilmore ausil at fedoraproject.org
Tue Jan 11 00:38:22 UTC 2011


commit 7185271dc47c7bae65da5710cf8129e184349fbf
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Jan 10 18:37:57 2011 -0600

    disable naojit on sparc64

 xulrunner.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 8bf3420..7355d6b 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -28,7 +28,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9.2.13
-Release:        5%{?pretag}%{?dist}
+Release:        6%{?pretag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -169,6 +169,12 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' %{P:%%PATCH0} \
 echo "ac_add_options --disable-ipc" >> .mozconfig
 %endif
 
+# Upstream bug filed without resolution
+# for now make sure jit is not enabled on sparc64
+%ifarch sparc64
+echo "ac_add_options --disable-jit" >> .mozconfig
+%endif
+
 #---------------------------------------------------------------------
 
 %build
@@ -461,6 +467,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Jan 10 2011 Dennis Gilmore <dennis at ausil.us> 1.9.2.13-6
+- disable nanojit on sparc64 its not supported and doesnt get automatically switched off
+
 * Mon Jan 3 2011 Martin Stransky <stransky at redhat.com> 1.9.2.13-5
 - renamed libsqlite3.so to libmozsqlite3.so (rhbz#658471)
 


More information about the scm-commits mailing list