[xulrunner/f15/master] use --disable-tracejit on sparc64 the option was renamed from --disable-jit

Dennis Gilmore ausil at fedoraproject.org
Tue Mar 1 16:16:47 UTC 2011


commit f11ada0dae23d854d70dc2a965a16e5711a52605
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Mar 1 10:15:29 2011 -0600

    use --disable-tracejit on sparc64 the option was renamed from --disable-jit

 xulrunner.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 093784d..10409b0 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -207,7 +207,7 @@ echo "ac_add_options --disable-ipc" >> .mozconfig
 # Upstream bug filed without resolution
 # for now make sure jit is not enabled on sparc64
 %ifarch sparc64
-echo "ac_add_options --disable-jit" >> .mozconfig
+echo "ac_add_options --disable-tracejit" >> .mozconfig
 %endif
 
 #---------------------------------------------------------------------


More information about the scm-commits mailing list