diff --git a/fix-aarch64.patch b/fix-aarch64.patch new file mode 100644 index 0000000..75c64d9 --- /dev/null +++ b/fix-aarch64.patch @@ -0,0 +1,9 @@ +Index: /Source/cmake/WebKitFeatures.cmake +=================================================================== +--- /Source/cmake/WebKitFeatures.cmake (revision 277014) ++++ /Source/cmake/WebKitFeatures.cmake (revision 277015) +@@ -452,2 +452,4 @@ + option(ENABLE_EXPERIMENTAL_FEATURES "Enable experimental features" OFF) + SET_AND_EXPOSE_TO_BUILD(ENABLE_EXPERIMENTAL_FEATURES ${ENABLE_EXPERIMENTAL_FEATURES}) ++ ++SET_AND_EXPOSE_TO_BUILD(USE_64KB_PAGE_BLOCK ${USE_64KB_PAGE_BLOCK}) diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 5218ed6..e46b40e 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -17,7 +17,7 @@ Name: webkit2gtk3 Version: 2.32.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GTK Web content engine library License: LGPLv2 @@ -27,6 +27,9 @@ Source1: https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz.asc # Created from http://hkps.pool.sks-keyservers.net/pks/lookup?op=get&search=0xF3D322D0EC4582C3 Source2: https://people.gnome.org/~mcatanzaro/gpg-key-D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3.gpg +# https://bugs.webkit.org/show_bug.cgi?id=225393 +Patch0: fix-aarch64.patch + BuildRequires: bison BuildRequires: bubblewrap BuildRequires: cmake @@ -306,6 +309,10 @@ export NINJA_STATUS="[%f/%t][%e] " %endif %changelog +* Wed May 05 2021 Michael Catanzaro - 2.32.0-4 +- Fix aarch64 + Resolves: #1957265 + * Fri Apr 16 2021 Mohan Boddu - 2.32.0-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937