diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 33beee5bf..37ec19105 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -102,7 +102,8 @@ unset DL</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> +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fixes-patch; +patch -Np1 -i ../&glibc-sort-patch;</userinput></screen> <para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para> |