parent
2abd69b565
commit
9bd8fe13ce
9
fix-aarch64.patch
Normal file
9
fix-aarch64.patch
Normal 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})
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user