diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-11 22:03:55 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-11 22:03:55 +0000 |
commit | 1c0761a175c450625887a700625d38bc758bddbb (patch) | |
tree | 594d55534ab5aa27d0749cfa0af7d411bc48bf85 | |
parent | 91882015fdbca266055801f724263906fce22dc4 (diff) |
Remove an obsolete GCC fixup command from Inetutils' instructions. Fixes #2360.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8832 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2140d9f7f..6d014ce4e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <para>2009-03-11</para> <itemizedlist> <listitem> + <para>[matthew] - Remove an obsolete GCC fixup command from Inetutils' + instructions. Fixes <ulink url="&lfs-ticket-root;2360">#2360</ulink>. + Thanks to Chris Staub for the report.</para> + </listitem> + <listitem> <para>[matthew] - Upgraded to Udev-139. Fixes <ulink url="&lfs-ticket-root;2350">#2350</ulink>.</para> </listitem> diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index a0e028637..2a7ff265d 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -47,12 +47,6 @@ <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 \ |