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
This commit is contained in:
Bjørn Lie 2016-10-17 07:55:25 +00:00 committed by Git OBS Bridge
parent 221366293d
commit 621753e64e
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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