diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index bedbcde0f..99911bc33 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -71,11 +71,11 @@ <screen><userinput remap="pre">sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED</userinput></screen> --> - +<!-- <para>Fix a bug that causes the build to fail:</para> <screen><userinput remap="pre">sed -i 's#<rpc/types.h>#"rpc/types.h"#' sunrpc/rpc_clntout.c</userinput></screen> - +--> <!-- <para>When running <command>make install</command>, a script called <filename>test-installation.pl</filename> performs a small sanity test on our newly installed Glibc. However, because our toolchain still points to @@ -223,7 +223,8 @@ grep Error glibc-check-log</userinput></screen> <screen><userinput remap="install">make install</userinput></screen> <para>Install NIS and RPC related headers that are not installed by - default; these are required by several BLFS packages:</para> + default; these are required ito rebuild glibc and by several BLFS + packages:</para> <screen><userinput remap="install">cp -v ../glibc-&glibc-version;/sunrpc/rpc/*.h /usr/include/rpc cp -v ../glibc-&glibc-version;/sunrpc/rpcsvc/*.h /usr/include/rpcsvc |