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
This commit is contained in:
parent
fad2f1458b
commit
330d2c7e84
@ -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 <mcatanzaro@redhat.com> - 2.32.2-1
|
||||
- Update to 2.32.2
|
||||
Related: #1947884
|
||||
- Switch aarch64 to 4 KB page size
|
||||
|
||||
* Tue May 11 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.32.1-1
|
||||
- Update to 2.32.1
|
||||
|
Loading…
Reference in New Issue
Block a user