diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-06 19:25:51 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-06 19:25:51 +0000 |
commit | 35cc66fcba2e1b810fd7e31bc07a07852d880a25 (patch) | |
tree | ee9c81e56abcfd2af0fe95d12af2c563cebd8fe8 /chapter06 | |
parent | c81b68d1dd4d0825e2b92140e6ad8505b71888ad (diff) |
Add glibc-2.22-largefile-1.patch.
Update to linux-4.3.
Update to iproute2-4.3.0.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10971 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 392682994..1cbaf232a 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -72,6 +72,11 @@ <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen> + <para>The most recent stable version of Glibc does not handle large files + correctly. Fix the problem with this patch:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-largefile-patch;</userinput></screen> + <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |