From b2e93767f8535ff079dc350792717da267cd9269 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sun, 12 Oct 2008 03:55:20 +0000 Subject: killed /etc/ld.so.preload from Chapter 5 Glibc, #2081. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8645 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter05') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 6bd5d6aad..23a8d2351 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -43,6 +43,11 @@ Installation of Glibc + Fix a potential issue if /etc/ld.so.preload is + used on the host system. + +sed -i 's@/etc/ld.so.preload@/tools/etc/ld.so.preload@' elf/rtld.c + The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf