diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-08-23 21:26:36 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-08-23 21:26:36 +0000 |
commit | 6fc168bc2ec30f8703e507692fa34424887efc01 (patch) | |
tree | 391f63855c87acac379f41c6835f7e5d7202171a /chapter05 | |
parent | 0f3055acdd69d3a7addc8a4f46549d844a83bb17 (diff) |
Update to libpipeline-1.4.1.
Update to linux-4.1.6.
Update to man-db-2.7.2.
Add a patch to allow glibc to build properly on i386 systems.
Remove obsolete r* programs from inetutils.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10941 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index ecbefa16a..bb32d5b97 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -43,6 +43,10 @@ <sect2 role="installation"> <title>Installation of Glibc</title> + <para>First fix a build problem that affects i386 systems:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen> + <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |