Ignore:
Timestamp:
01/17/2016 10:56:35 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
b75237d
Parents:
26ae89a
Message:

Sync to LFS r10986.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/iproute2.xml

    r26ae89a ree46f60  
    4242    <title>Installation of IPRoute2</title>
    4343
    44     <para>The <command>arpd</command> binary included in this package is
    45     dependent on Berkeley DB.  Because <command>arpd</command> is not a very
    46     common requirement on a base Linux system, remove the dependency on Berkeley
    47     DB by applying the commands below.  If the <command>arpd</command> binary is
    48     needed, instructions for compiling Berkeley DB can be found in the BLFS Book
    49     at <ulink url="&blfs-book;server/databases.html#db"/>.
     44    <para>The <command>arpd</command> program included in this package will not
     45    be built since it is dependent on Berkeley DB, which is not installed in
     46    LFS. However, documentation files and a directory for
     47    <command>arpd</command> will still be installed. Prevent this by running
     48    the commands below. If the <command>arpd</command> binary is needed,
     49    instructions for compiling Berkeley DB can be found in the BLFS Book at
     50    <ulink url="&blfs-book;server/databases.html#db"/>.
    5051    </para>
    5152
    52 <screen><userinput remap="pre">sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
    53 sed -i /ARPD/d Makefile
    54 sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
    55 
    56 <!-- Save as comments for now   
    57     <para>Remove a compiler flag that causes the compilation to fail:</para>
    58 <screen><userinput remap="pre">sed -i 's/-Werror//' Makefile</userinput></screen>
    59 
    60 -->
    61 <!--
    62 
    63     <para>Do not build the unneeded tipc program.  Transparent Inter-process
    64     Communication (TIPC) is a network communications protocol for Inter-process
    65     communication (IPC) that was designed for intra-cluster
    66     communication.</para>
    67 
    68 <screen><userinput remap="pre">sed -i 's/tipc //' Makefile</userinput></screen>
    69 -->
     53<screen><userinput remap="pre">sed -i /ARPD/d Makefile
     54sed -i 's/arpd.8//' man/man8/Makefile
     55rm -v doc/arpd.sgml</userinput></screen>
     56
    7057    <para>Compile the package:</para>
    7158
Note: See TracChangeset for help on using the changeset viewer.