From 9a314770aab835019d2a13460f7438e225685006 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 6 Nov 2009 20:27:20 +0000 Subject: Upgrade to Glibc-2.11. Fixes #2509. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9095 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 128e86ee0..b00033fac 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -61,15 +61,6 @@ Glibc autoconf tests would give false results and defeat the goal of achieving a clean build. - The glibc-libidn tarball adds support for internationalized domain - names (IDN) to Glibc. Many programs that support IDN require the full - libidn library, not this add-on (see - ). - Unpack the tarball from within the Glibc source directory: - -tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2 -mv -v glibc-libidn-&glibc-version; libidn - - Fix an error in the constants that get passed to the futex system - call in some cases, causing certain pthread_mutex operations to fail: - - -sed -i \ - -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \ - nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S - The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf