[webkitgtk3] disable JIT on PPC(64) as the autodetection enables it even if not supported

Karsten Hopp karsten at fedoraproject.org
Tue May 15 16:07:44 UTC 2012


commit 323ae5b6032425a434606eee341ded10678b269a
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue May 15 18:07:31 2012 +0200

    disable JIT on PPC(64) as the autodetection enables it even if not supported

 webkitgtk3.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index eac5345..8295e4e 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -7,7 +7,7 @@
 
 Name:           webkitgtk3
 Version:        1.8.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -96,13 +96,11 @@ This package contains developer documentation for %{name}.
 # explicitly disable JIT on ARM https://bugs.webkit.org/show_bug.cgi?id=85076
 CFLAGS="%{optflags} -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY" %configure                                                   \
                         --with-gtk=3.0                          \
-%ifarch %{arm}
+%ifarch %{arm} s390 s390x ppc ppc64
                         --disable-jit                           \
 %else
-%ifnarch s390 s390x ppc ppc64
                         --enable-jit                            \
 %endif
-%endif
                         --enable-introspection
 
 mkdir -p DerivedSources/webkit
@@ -185,6 +183,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Tue May 15 2012 Karsten Hopp <karsten at redhat.com> 1.8.1-3
+- disable JIT on PPC(64) as the autodetection enables it even if not supported
+
 * Mon May 14 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.8.1-2
 - Explicitly disable JIT on ARM as it's not currently stable with JS heavy pages
 


More information about the scm-commits mailing list