From 97951fc44b007cbcc5df680a9d67b8f16e7be4a4 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 9 Oct 2008 13:01:33 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 10 ++++++++++ chapter06/inetutils.xml | 6 ++++++ packages.ent | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 824adbe9a..39a901a8d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> + + 2008-10-09 + + + [randy] - Added a command to the Inetutils instructions to + correct an issue with GCC-&gcc-version;. + + + + 2008-10-07 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 @@ patch -Np1 -i ../&inetutils-man_pages-patch; + Inetutils has a minor issue with GCC-&gcc-version;. Fix it by + issuing the following command: + +sed -i 's@<sys/types.h>@<sys/types.h>\n#include <stdlib.h>@' \ + libicmp/icmp_timestamp.c + Prepare Inetutils for compilation: ./configure --prefix=/usr --libexecdir=/usr/sbin \ diff --git a/packages.ent b/packages.ent index ac50798e1..94210f6f1 100644 --- a/packages.ent +++ b/packages.ent @@ -266,8 +266,8 @@ - - + +