diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-26 20:29:25 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-26 20:29:25 +0000 |
commit | 0c0d7c18125f1335cb5e52167a57c171b5b988cf (patch) | |
tree | 7016bd90022b62e18c0350173d0a6815e4355e98 /chapter06/glibc.xml | |
parent | c8f104d30ae0613e67e4348c55bd4cd73271b8ee (diff) |
Upgrade to Glibc-2.15. Fixes #3045.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 9ff6c5559..3d106a5cc 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -100,20 +100,6 @@ unset DL</userinput></screen> <screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen> - <para>Fix a couple of bugs in Glibc that can cause crashes and core dumps:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fixes-patch; -patch -Np1 -i ../&glibc-sort-patch;</userinput></screen> - - <para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen> - - <para>Fix a stack imbalance that occurs under some conditions:</para> - -<screen><userinput remap="pre">sed -i '195,213 s/PRIVATE_FUTEX/FUTEX_CLOCK_REALTIME/' \ -nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timed{rd,wr}lock.S</userinput></screen> - <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |