Changeset e9a0056 for BOOK/final-system


Ignore:
Timestamp:
Oct 21, 2006, 8:50:44 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
099d37d
Parents:
e9e9743
Message:

Updated to Inetutils 1.5

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/inetutils.xml

    re9e9743 re9a0056  
    2424  <sect2 role="installation">
    2525    <title>Installation of Inetutils</title>
    26 
    27     <para os="p1">Not all programs that come with Inetutils will be installed.
    28     However, the Inetutils build system will insist on installing all the
    29     man pages anyway. The following patch will correct this
    30     situation:</para>
    31 
    32 <screen os="p2"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen>
    33 
    34     <para os="p3">This patch addresses build issues with GCC &gcc-version;:</para>
    35 
    36 <screen os="p4"><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen>
    37 
    38     <para os="p5">This patch addresses an issue where telnet on certain machines will
    39     only send to 255.255.255.255. This was due to change in the way Glibc handles
    40     inet_addr. Apply the following patch to correct this issue:</para>
    41 
    42 <screen os="p6"><userinput>patch -Np1 -i ../&inetutils-inet_addr_fix-patch;</userinput></screen>
    4326
    4427    <para os="a">Prepare Inetutils for compilation:</para>
  • BOOK/final-system/multilib/inetutils.xml

    re9e9743 re9a0056  
    2121  <sect2 role="installation">
    2222    <title>Installation of Inetutils</title>
    23 
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="../common/inetutils.xml"
    26     xpointer="xpointer(//*[@os='p1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../common/inetutils.xml"
    30     xpointer="xpointer(//*[@os='p2'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/inetutils.xml"
    34     xpointer="xpointer(//*[@os='p3'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../common/inetutils.xml"
    38     xpointer="xpointer(//*[@os='p4'])"/>
    39 
    40     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    41     href="../common/inetutils.xml"
    42     xpointer="xpointer(//*[@os='p5'])"/>
    43 
    44     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../common/inetutils.xml"
    46     xpointer="xpointer(//*[@os='p6'])"/>
    47 
    48     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    49     href="../common/inetutils.xml"
    50     xpointer="xpointer(//*[@os='a'])"/>
    5123
    5224<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libexecdir=/usr/sbin \
Note: See TracChangeset for help on using the changeset viewer.