diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-03 19:55:09 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-03 19:55:09 +0000 |
commit | 3e801560a71bead93f49fdcc665962563a71d9ea (patch) | |
tree | eff6a8b880d08e9d9060937001015e5c7bebe0f9 /chapter06/glibc.xml | |
parent | d7bd6fdcdffd1aef21b32d6f98ef6eac45d0ee8f (diff) |
Upgrade to Make-3.82. Fixes #2726.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9346 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 0166103bd..c4a124a1e 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -96,6 +96,11 @@ unset DL</userinput></screen> <screen><userinput>patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen> + <para>Fix a bug that prevents Glibc from building with versions of Make + newer than 3.81.</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-makefile_fix-patch;</userinput></screen> + <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |