[webkitgtk3/f17] disable jit on ppc(64)

Karsten Hopp karsten at fedoraproject.org
Thu Mar 15 17:12:13 UTC 2012


commit a8353a76b6558e5030245e3f9e32ce2f48a0cb9a
Author: Karsten Hopp <karsten at redhat.com>
Date:   Thu Mar 15 18:11:59 2012 +0100

    disable jit on ppc(64)

 webkitgtk3.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 5f94189..215c044 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -7,7 +7,7 @@
 
 Name:           webkitgtk3
 Version:        1.7.91
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -90,7 +90,7 @@ This package contains developer documentation for %{name}.
 
 CFLAGS="%{optflags} -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY" %configure                                                   \
                         --with-gtk=3.0                          \
-%ifnarch s390 s390x
+%ifnarch s390 s390x ppc ppc64
                         --enable-jit                            \
 %endif
                         --enable-geolocation                    \
@@ -172,6 +172,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 
 %changelog
+* Thu Mar 15 2012 Karsten Hopp <karsten at redhat.com> 1.7.91-2
+- disable jit on ppc(64)
+
 * Thu Mar  8 2012 Matthias Clasen <mclasen at redhat.com> - 1.7.91-1
 - Update to 1.7.91
 


More information about the scm-commits mailing list