Changeset d15bbff for chapter08


Ignore:
Timestamp:
02/19/2021 04:04:03 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1e639b2
Parents:
8d35535
Message:

Fix a glibc bug that causes issues with chrooted applications.
Update to bc-3.3.0.
Update to openssl-1.1.1j.
Update to meson-0.57.0.
Update to linux-5.10.17.
Update build times and sizes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r8d35535 rd15bbff  
    5050
    5151<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
     52
     53    <para>Fix a bug that causes issues with chrooted applications:</para>
     54
     55    <screen><userinput remap="pre">sed -e '402a\      *result = local->data.services[database_index];' \
     56    -i nss/nss_database.c</userinput></screen>
    5257
    5358    <para>The Glibc documentation recommends building Glibc
Note: See TracChangeset for help on using the changeset viewer.