From c5a2d5bdef5ba5d48836918abd9af849aa521ab4 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 4 Feb 2011 19:36:31 +0000 Subject: Undo previous commit; it had an unwanted change to Glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9454 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 7177b0081..8c4721020 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -84,14 +84,6 @@ sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=$DL -o|" \ scripts/test-installation.pl unset DL - In addition, there is a bug in the - test-installation.pl script in that it tries to link - a test program to a library that isn't installed by - make install. Issue the following sed - command to fix it: - -sed -i -e 's/"db1"/& \&\& $name ne "nss_test1"/' scripts/test-installation.pl - The ldd shell script contains Bash-specific syntax. Change its default program interpreter to /bin/bash in case another /bin/sh is installed as described in the -- cgit v1.2.3-54-g00ecf