diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-09 13:01:33 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-09 13:01:33 +0000 |
commit | 97951fc44b007cbcc5df680a9d67b8f16e7be4a4 (patch) | |
tree | 8ad1f30d8b9ea6017dfb5e36924f0e573e893416 /chapter06/inetutils.xml | |
parent | 79df00cf73a7bfbdbc89ce1d6abd22a3f43b7fba (diff) |
Added a command to the Inetutils instructions to correct an issue with GCC-4.3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/inetutils.xml')
-rw-r--r-- | chapter06/inetutils.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 814c8eb0f..e1e87b1c9 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -47,6 +47,12 @@ <screen><userinput remap="pre">patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen> + <para>Inetutils has a minor issue with GCC-&gcc-version;. Fix it by + issuing the following command:</para> + +<screen><userinput remap="pre">sed -i 's@<sys/types.h>@<sys/types.h>\n#include <stdlib.h>@' \ + libicmp/icmp_timestamp.c</userinput></screen> + <para>Prepare Inetutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/sbin \ |