diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-11-06 20:27:20 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-11-06 20:27:20 +0000 |
commit | 9a314770aab835019d2a13460f7438e225685006 (patch) | |
tree | 6d2d33e6ef0db43b7435c935e54589bf4820d0d8 /chapter06/glibc.xml | |
parent | 372e36505f52f63f83ea3d6381295b83f9451251 (diff) |
Upgrade to Glibc-2.11. Fixes #2509.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9095 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 31 |
1 files changed, 0 insertions, 31 deletions
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.</para> - <para>The glibc-libidn tarball adds support for internationalized domain - names (IDN) to Glibc. Many programs that support IDN require the full - <filename class="libraryfile">libidn</filename> library, not this add-on (see - <ulink url="&blfs-root;view/svn/general/libidn.html"/>). - Unpack the tarball from within the Glibc source directory:</para> - -<screen><userinput remap="pre">tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2 -mv -v glibc-libidn-&glibc-version; libidn</userinput></screen> - <!-- This should have been fixed a long time ago. @@ -101,28 +92,6 @@ unset DL</userinput></screen> <screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen> - <para>Apply a patch so that Glibc will build against - Binutils-&binutils-version;:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-binutils-patch;</userinput></screen> - - <para>Fix an error in one of the make check routines. Note that the escaped - newline in the second <command>sed</command> is required:</para> - -<screen><userinput remap="pre">sed -i s/utf8/UTF-8/ libio/tst-fgetwc.c -sed -i '/tst-fgetws-ENV/ a\ -tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata' libio/Makefile</userinput></screen> - - <!-- This sed can be removed for any glibc newer than 2.10.1 (along with the - matching sed in chapter 5). See glibc bug 10262. --> - <para>Fix an error in the constants that get passed to the futex system - call in some cases, causing certain pthread_mutex operations to fail:</para> - -<!-- Format below is for proper pdf generation --> -<screen><userinput remap="pre">sed -i \ - -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \ - nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen> - <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |