diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-08-14 13:47:25 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-08-14 13:47:25 -0500 |
commit | f7d3b6ed213e8957b3c32318fc240c9f73ffe7ea (patch) | |
tree | 7cd7054226454bb41cced984a9344202212851b5 /chapter08/glibc.xml | |
parent | 539f0110b09ca953c289f914d4c7695ffd88f0af (diff) |
Package updates.
Update to xz-5.4.4.
Update to less-643.
Update to meson-1.2.1.
Update to linux-6.4.10.
Update to iana-etc-20230810.
Update to pkgconf-2.0.1.
All build times and sizes were also checked and updated as needed.
Diffstat (limited to 'chapter08/glibc.xml')
-rw-r--r-- | chapter08/glibc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 791a6b707..ed25a1ba8 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -50,6 +50,11 @@ <screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen> + <para>Now fix a regression causing the posix_memalign() function + to be very slow slow in some conditions.</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-memalign-patch;</userinput></screen> + <para>The Glibc documentation recommends building Glibc in a dedicated build directory:</para> |