From 621753e64e266bf4d1efce8ffb44da8056bdc97085758c1a2471e0ac836554fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 17 Oct 2016 07:55:25 +0000 Subject: [PATCH] Accepting request 435675 from home:Andreas_Schwab:Factory - Disable JIT on armv6 (webkit#141288) OBS-URL: https://build.opensuse.org/request/show/435675 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=88 --- webkit2gtk3.changes | 5 +++++ webkit2gtk3.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index 20edfd5..caf5dd2 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 17 07:37:46 UTC 2016 - schwab@suse.de + +- Disable JIT on armv6 (webkit#141288) + ------------------------------------------------------------------- Wed Oct 12 23:20:40 UTC 2016 - zaitor@opensuse.org diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index b59f680..66f885e 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -261,7 +261,7 @@ more. %if !0%{?is_opensuse} -DENABLE_PLUGIN_PROCESS_GTK2=OFF \ %endif -%ifarch ppc ppc64 ppc64le s390 s390x +%ifarch armv6hl ppc ppc64 ppc64le s390 s390x -DENABLE_JIT=OFF \ -DUSE_SYSTEM_MALLOC=ON \ %endif