[mingw-webkitgtk] Disable the JIT to fix crashes in 32-bit builds

Kalev Lember kalev at fedoraproject.org
Mon Nov 19 22:39:15 UTC 2012


commit 162e94c9562b17b384cdc8fe7e696046f81f4016
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Nov 19 22:42:37 2012 +0100

    Disable the JIT to fix crashes in 32-bit builds

 mingw-webkitgtk.spec |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/mingw-webkitgtk.spec b/mingw-webkitgtk.spec
index 93c5b76..5593512 100644
--- a/mingw-webkitgtk.spec
+++ b/mingw-webkitgtk.spec
@@ -19,18 +19,13 @@
 ## --with debug: Enable more verbose debugging. Makes runtime a bit slower.
 ##	Also disables the optimized memory allocator.
 ##	(Default: No)
-##
-## --with jit: Enable JIT ("just-in-time") JavaScript compiling support.
-##	Only supported on ix86 at this time, according to upstream.
-##	(Default: No)
 
 %bcond_with	coverage
 %bcond_with	debug
-%bcond_with	jit
 
 Name:		mingw-webkitgtk
 Version:	1.10.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	MinGW Windows web content engine library
 
 Group:		Development/Libraries
@@ -168,12 +163,12 @@ autoreconf --verbose --install -I Source/autotools
 			--with-unicode-backend=icu		\
 			--enable-static --enable-shared		\
 			--disable-geolocation			\
+			--disable-jit				\
 			--disable-plugin-process		\
 			--disable-webkit2			\
 			--disable-gtk-doc-html			\
 %{?with_coverage:	--enable-coverage		}	\
-%{?with_debug:		--enable-debug			}	\
-%{?with_jit:		--enable-jit			}
+%{?with_debug:		--enable-debug			}
 
 %mingw_make %{?_smp_mflags} V=1
 
@@ -255,6 +250,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 
 %changelog
+* Mon Nov 19 2012 Kalev Lember <kalevlember at gmail.com> - 1.10.1-2
+- Disable the JIT to fix crashes in 32-bit builds
+
 * Sat Oct 20 2012 Kalev Lember <kalevlember at gmail.com> - 1.10.1-1
 - Update to 1.10.1
 - Drop upstreamed patches


More information about the scm-commits mailing list