diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-31 23:19:44 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-31 23:19:44 +0000 |
commit | 633f48b1896a1f1d0ec1e8fa9b69d6ea622333c3 (patch) | |
tree | 0d65b4a23eeb34faaa07ae0af77dd4a7c2ae4817 /chapter06 | |
parent | 2373d3e16544ebbbfc770012260b3fd1ec2f7721 (diff) |
Updated to glibc-2.5.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index ed4335942..896c0cf2e 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -82,11 +82,6 @@ mv glibc-libidn-&glibc-version; libidn</userinput></screen> 's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \ scripts/test-installation.pl</userinput></screen> - <para>Apply a patch to obtain various fixes that the upstream maintainers - have provided:</para> - -<screen><userinput>patch -Np1 -i ../&glibc-branch_update-patch;</userinput></screen> - <para>The <command>ldd</command> shell script contains Bash-specific syntax. Change it's default program interpreter to <command>/bin/bash</command> in case another <command>/bin/sh</command> is installed as described in the |