Ignore:
Timestamp:
Apr 16, 2017, 4:00:47 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
6355738
Parents:
95c1d14
git-author:
William Harrington <kb0iic@…> (04/16/17 15:58:32)
git-committer:
William Harrington <kb0iic@…> (04/16/17 16:00:47)
Message:

Update to IProute2 4.9.0 and removal of libdir patch.

File:
1 edited

Legend:

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

    r95c1d14 rc416b5c  
    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
    34     url="&cblfs-root;index.php/Berkeley_DB"/>.</para>
    35 
    36 <screen os="s2"><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
    37 sed -i '/ARPD/d' Makefile
    38 sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
     28    <para os="s1">ARPD will not be installed as Berkeley DB is not installed.
     29        Remove any <command>arpd</command> references during install.</para>
     30
     31    <screen os="s2"><userinput>sed -i '/ARPD/d' Makefile
     32            sed -i 's/arpd.8//' man/man8/Makefile
     33            sed -i '/tc-simple/s@tc-skbmod.8 @@' man/man8/Makefile
     34            rm -v doc/arpd.sgml
     35    </userinput></screen>
    3936
    4037    <para os="a">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.