aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-27 22:31:00 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-27 22:31:00 +0000
commit8d2a1f4c95a7eb46479f90048ab17859e568c6f7 (patch)
treeae3a24aa20bf799f1d989dedc946f14e7d9c364a /chapter06/glibc.xml
parent4a5a10855a0c2bd64d00d3bf028e675429e6d293 (diff)
Add patch to fix glibc occasional crash with problem nameservers
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 6f2310591..4408d59db 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -103,6 +103,11 @@ unset DL</userinput></screen>-->
<screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen>
+ <para>Now fix a problem that causes some applications to crash when
+ utilizing problem nameservers:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fix-resolv-patch;</userinput></screen>
+
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>