diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index b727ee98f..693d0d993 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -96,16 +96,6 @@ unset DL</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen> - <para>Fix a bug that prevents Glibc from building with versions of Make - newer than 3.81.</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-makefile_fix-patch;</userinput></screen> - - <para>Apply 2 patches that fix security vulnerabilities in this version of Glibc:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-ldaudit-patch; -patch -Np1 -i ../&glibc-origin-patch;</userinput></screen> - <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |