diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-02-04 19:36:31 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-02-04 19:36:31 +0000 |
commit | c5a2d5bdef5ba5d48836918abd9af849aa521ab4 (patch) | |
tree | c2a94948b49cc5f63a5e9b1d904ad30dd114f9fb /chapter06 | |
parent | 6c8e424db7fc5e4bac2f8cdee61ccd0cbdaf69f2 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 8 |
1 files changed, 0 insertions, 8 deletions
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</userinput></screen> - <para>In addition, there is a bug in the - <filename>test-installation.pl</filename> script in that it tries to link - a test program to a library that isn't installed by - <command>make install</command>. Issue the following <command>sed</command> - command to fix it:</para> - -<screen><userinput remap="pre">sed -i -e 's/"db1"/& \&\& $name ne "nss_test1"/' scripts/test-installation.pl</userinput></screen> - <para>The <command>ldd</command> shell script contains Bash-specific syntax. Change its default program interpreter to <command>/bin/bash</command> in case another <command>/bin/sh</command> is installed as described in the |