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