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