Ticket #1103: iproute2-update.patch

File iproute2-update.patch, 1.5 KB (added by chris@…, 8 years ago)
  • BOOK/final-system/common/iproute2.xml

    diff --git a/BOOK/final-system/common/iproute2.xml b/BOOK/final-system/common/iproute2.xml
    index f0cc396..193e0ac 100644
    a b  
    2525  <sect2 role="installation">
    2626    <title>Installation of IPRoute2</title>
    2727
    28     <para os="s1">By default, this package builds the <command>arpd</command>
    29     program, which is dependent on Berkeley DB.  Because <command>arpd</command>
    30     is not a very common requirement on a base Linux system, remove the
    31     dependency on Berkeley DB by using the commands
    32     below. If the <command>arpd</command> binary is needed, instructions for
    33     compiling Berkeley DB can be found in CBLFS at <ulink
     28    <para os="s1">The <command>arpd</command> program included in this package
     29    will not be built since it is dependent on Berkeley DB, which is not
     30    installed in CLFS. However, documentation files and a directory for
     31    <command>arpd</command> will still be installed. Prevent this by running
     32    the commands below. If the <command>arpd</command> binary is needed,
     33    instructions for compiling Berkeley DB can be found in CBLFS at <ulink
    3434    url="&cblfs-root;index.php/Berkeley_DB"/>.</para>
    3535
    36 <screen os="s2"><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
    37 sed -i '/ARPD/d' Makefile
     36<screen os="s2"><userinput>sed -i /ARPD/d Makefile
     37rm -v doc/arpd.sgml
    3838sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
    3939
    4040    <para os="a">Compile the package:</para>