diff options
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 00253a99a..753e7ea87 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -15,6 +15,11 @@ not in the source directory but in a separate, dedicated directory:</para> <para><screen><userinput>mkdir ../glibc-build cd ../glibc-build</userinput></screen></para> +<para>Also apply the same patch as we used previously:</para> + +<para><screen><userinput>patch -Np1 -i ../glibc-2.3.2-sscanf-1.patch +</userinput></screen></para> + <para>Now prepare Glibc for compilation:</para> <para><screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ |