From d15bbff7a3c30a6d3d4f9268ad12e3c9de76b456 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 19 Feb 2021 04:04:03 +0000 Subject: 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 --- chapter08/glibc.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter08/glibc.xml') diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index d073f1d88..6f99a94c5 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -50,6 +50,11 @@ patch -Np1 -i ../&glibc-fhs-patch; + Fix a bug that causes issues with chrooted applications: + + sed -e '402a\ *result = local->data.services[database_index];' \ + -i nss/nss_database.c + The Glibc documentation recommends building Glibc in a dedicated build directory: -- cgit v1.2.3-54-g00ecf