From 330d2c7e84b852eaa96068bd48c9a6afedf830a4 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 13 Jul 2021 12:13:35 -0500 Subject: [PATCH] 64 KB page size is still required We cannot build for 4 KB page size until the builders are first updated, because gobject-introspection will crash. Related: #1947884 --- webkit2gtk3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index d6d88d6..10ce868 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -220,6 +220,11 @@ rm -rf Source/ThirdParty/qunit/ %endif %if 0%{?fedora} -DUSER_AGENT_BRANDING="Fedora" \ +%endif +%if 0%{?rhel} +%ifarch aarch64 + -DUSE_64KB_PAGE_BLOCK=ON \ +%endif %endif %{nil} @@ -304,7 +309,6 @@ export NINJA_STATUS="[%f/%t][%e] " * Tue Jul 13 2021 Michael Catanzaro - 2.32.2-1 - Update to 2.32.2 Related: #1947884 -- Switch aarch64 to 4 KB page size * Tue May 11 2021 Michael Catanzaro - 2.32.1-1 - Update to 2.32.1