From 8d2a1f4c95a7eb46479f90048ab17859e568c6f7 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 27 Aug 2012 22:31:00 +0000 Subject: 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 --- chapter06/glibc.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06/glibc.xml') 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--> sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in + Now fix a problem that causes some applications to crash when + utilizing problem nameservers: + +patch -Np1 -i ../&glibc-fix-resolv-patch; + The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf