|
@@ -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>
|
|
|
|