diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-21 09:47:59 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-21 09:47:59 +0000 |
commit | 9da9f24fff871797cd19401122ee440adf72ee73 (patch) | |
tree | 4413dc6d2337a743131c9948f4324c41504fbc47 /chapter06 | |
parent | a436dd9fa6d67dfbc1f8b7f664d42b942deb52c0 (diff) |
Re-introduce the Glibc-libidn package as it is not included in the Glibc release tarball.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 9271af6d9..2d55510f6 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -61,14 +61,14 @@ 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 + <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 glibc-libidn-&glibc-version; libidn</userinput></screen>--> +mv glibc-libidn-&glibc-version; libidn</userinput></screen> <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop at startup. It is unknown whether this is a <command>bash</command> @@ -77,7 +77,7 @@ mv glibc-libidn-&glibc-version; libidn</userinput></screen>--> <screen><userinput remap="pre">sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED</userinput></screen> - <!-- <para>When running <command>make install</command>, a script called + <para>When running <command>make install</command>, a script called <filename>test-installation.pl</filename> performs a small sanity test on our newly installed Glibc. However, because our toolchain still points to the <filename class="directory">/tools</filename> directory, the sanity @@ -88,7 +88,7 @@ mv glibc-libidn-&glibc-version; libidn</userinput></screen>--> awk '{print $4}' | sed -e 's@/tools@@' -e 's@]$@@') sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=$DL -o|" \ scripts/test-installation.pl -unset DL</userinput></screen> --> +unset DL</userinput></screen> <para>First apply a patch which corrects a failure in the test suite:</para> |