Changeset e691c77 for chapter06


Ignore:
Timestamp:
01/17/2016 06:13:59 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e408cb0
Parents:
8f8eaa0f
Message:

Update to linux-4.4.
Update to iproute2-4.4.0.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/iproute2.xml

    r8f8eaa0f re691c77  
    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.