Fix aarch64

Resolves: #1957265
This commit is contained in:
Michael Catanzaro 2021-05-05 14:32:36 -05:00
parent 2abd69b565
commit 9bd8fe13ce
2 changed files with 17 additions and 1 deletions

9
fix-aarch64.patch Normal file
View File

@ -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})

View File

@ -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 <mcatanzaro@redhat.com> - 2.32.0-4
- Fix aarch64
Resolves: #1957265
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.32.0-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937