diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 862a09f5a..6040eb430 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -43,6 +43,10 @@ <sect2 role="installation"> <title>Installation of Glibc</title> + <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> + <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |