aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2007-03-23 20:26:13 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2007-03-23 20:26:13 +0000
commit8bfbf407dd71cf55a19e2672830a80eb47767793 (patch)
tree2d865cbbab932604f1b92117b46f53318f2966e7 /chapter05
parentb06ca361a4e71477f7a64645fa11e3818a40d775 (diff)
Apply the branch update patch to the temp Glibc, too
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7971 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index bd6dceea6..0161c59ae 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -37,6 +37,11 @@
<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>