Fix use with aarch64 64 KiB page size

This commit is contained in:
Michael Catanzaro 2022-10-31 09:06:39 -05:00
parent 8068ac17ed
commit 800362d482
1 changed files with 6 additions and 3 deletions

View File

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