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 /chapter05/glibc.xml | |
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 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 0161c59ae..bd6dceea6 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -37,11 +37,6 @@ <sect2 role="installation"> <title>Installation of Glibc</title> - <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> |