diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 9745908f5..e920c2ac6 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -100,6 +100,10 @@ unset DL</userinput></screen> <screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen> + <para>Fix a couple of bugs in Glibc that can cause crashes and core dumps:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fixes-patch;</userinput></screen> + <para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para> <screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen> |