diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 8060602..f2ea217 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -12,7 +12,7 @@ Name: webkit2gtk3 Version: 2.38.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK Web content engine library License: LGPLv2 @@ -214,8 +214,7 @@ rm -rf Source/ThirdParty/qunit/ %endif %if 0%{?rhel} %ifarch aarch64 - -DENABLE_JIT=OFF \ - -DUSE_SYSTEM_MALLOC=ON \ + -DUSE_64KB_PAGE_BLOCK=ON \ %endif %endif %{nil} @@ -288,6 +287,10 @@ export NINJA_STATUS="[%f/%t][%e] " %{_datadir}/gir-1.0/JavaScriptCore-4.0.gir %changelog +* Mon Oct 31 2022 Michael Catanzaro - 2.38.1-2 +- Fix use with aarch64 64 KiB page size + Related: #2127467 + * Mon Oct 24 2022 Michael Catanzaro - 2.38.1-1 - Update to 2.38.1 Resolves: #2127467