diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 5 |
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> |