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 3feae779a..5afb969b2 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -77,6 +77,10 @@ <screen><userinput remap="pre">patch -Np1 -i ../&glibc-largefile-patch;</userinput></screen> + <para>Finally, update some recent changes from the upstream repository:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch2;</userinput></screen> + <para>The Glibc documentation recommends building Glibc in a dedicated build directory:</para> |