diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-02-24 14:45:43 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-02-24 14:45:43 +0000 |
commit | 7e8e2c0e63e05e552457e66d7a0f9de7334ddc01 (patch) | |
tree | 2ec388b32b61c312070c8456d71aa9577c50b2b4 /chapter06/glibc.xml | |
parent | e822753d0cc26a6846cf3574c5d06bfb453cb40e (diff) |
Add upstream fixes for Glibc, bringing it up to date with the 2.5 release branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index bb33360af..95e5cfdf4 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -82,6 +82,11 @@ 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 Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |