diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-27 17:50:50 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-27 17:50:50 +0000 |
commit | 0fe6ccd8aea0ed502c8c9126cf7161ff895c0324 (patch) | |
tree | 1e2681ee9d77508fd4289ec6b259ab7357e30b13 /chapter06 | |
parent | 035ccc16f0848cf64d57605620f572542d460789 (diff) |
Add instructions to Chapter 5 glibc to add rpc headers
to the host system if they are missing.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9963 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 |