mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
91882015fd
commit
1c0761a175
@ -40,6 +40,11 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user