Ignore:
Timestamp:
11/17/2017 09:13:16 PM (7 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, 12.2, 12.2-rc1, 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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d0f18947
Parents:
12d96141
Message:

Update to libpipeline-1.5.0.
Update to dbus-1.12.2.
Update to iproute2-4.14.1.
Update to linux-4.14.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/iproute2.xml

    r12d96141 r31c3309  
    4444    <para>The <command>arpd</command> program included in this package will not
    4545    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,
     46    LFS. However, a directory for <command>arpd</command> and a man page will still
     47    be installed. Prevent this by running the commands below.
     48    If the <command>arpd</command> binary is needed,
    4949    instructions for compiling Berkeley DB can be found in the BLFS Book at
    5050    <ulink url="&blfs-book;server/databases.html#db"/>.
     
    5252
    5353<screen><userinput remap="pre">sed -i /ARPD/d Makefile
    54 sed -i 's/arpd.8//' man/man8/Makefile
    55 rm -v doc/arpd.sgml</userinput></screen>
     54rm -fv man/man8/arpd.8</userinput></screen>
    5655
    5756    <para>It is also necessary to disable building one module that
Note: See TracChangeset for help on using the changeset viewer.