[webkitgtk3] don't enable jit on s390(x)

Dan Horák sharkcz at fedoraproject.org
Mon Feb 20 16:09:44 UTC 2012


commit 1fd0b438248ea681ff55cb22eaeaa7850787e0d3
Author: Dan Horák <dan at danny.cz>
Date:   Mon Feb 20 17:09:41 2012 +0100

    don't enable jit on s390(x)

 webkitgtk3.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 4bd2ab6..8fc4ff5 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -7,7 +7,7 @@
 
 Name:           webkitgtk3
 Version:        1.7.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -92,7 +92,9 @@ 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
                         --enable-jit                            \
+%endif
                         --enable-geolocation                    \
                         --enable-introspection                  \
                         --enable-gtk-doc
@@ -171,6 +173,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 
 %changelog
+* Mon Feb 20 2012 Dan Horák <dan[at]danny.cz> - 1.7.5-2
+- don't enable jit on s390(x)
+
 * Tue Feb  7 2012 Matthias Clasen <mclasen at redhat.com> - 1.7.5-1
 - Update to 1.7.5
 


More information about the scm-commits mailing list