diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 4ef95147f..1919f9850 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -43,6 +43,12 @@ <sect2 role="installation"> <title>Installation of Glibc</title> + <para>Though not mandatory in this chapter, if you plan on running the test + suite, you should apply the following patches:</para> + +<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch; && +patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen> + <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |