From 58b21b32e6c49a72566ec0b5adeab3d6fd3ea3c6087a0219d31336b17faccbd7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 5 Oct 2020 15:07:18 +0000 Subject: [PATCH] Accepting request 838863 from GNOME:Next - Enable c_loop on aarch64: currently needed for compilation to succeed with JIT disabled. Also disable sampling profiler, since it conflicts with c_loop (boo#1177087). OBS-URL: https://build.opensuse.org/request/show/838863 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=272 --- webkit2gtk3.changes | 7 +++++++ webkit2gtk3.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index b44b3a4..8d8b4ff 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 30 19:03:18 UTC 2020 - Michael Gorse + +- Enable c_loop on aarch64: currently needed for compilation to + succeed with JIT disabled. Also disable sampling profiler, since + it conflicts with c_loop (boo#1177087). + ------------------------------------------------------------------- Tue Sep 22 01:34:43 UTC 2020 - Michael Gorse diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 4af16ee..ea03547 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -323,6 +323,8 @@ export PYTHON=%{_bindir}/python3 -DPYTHON_EXECUTABLE=%{_bindir}/python3 \ %ifarch aarch64 -DENABLE_JIT=OFF \ + -DENABLE_C_LOOP=ON \ + -DENABLE_SAMPLING_PROFILER=OFF \ -DUSE_SYSTEM_MALLOC=ON \ %endif