Ignore:
Timestamp:
09/30/2018 01:14:36 AM (6 years ago)
Author:
DJ Lucas <dj@…>
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, 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:
a9a92e4
Parents:
6c67242
Message:

Restore build of Util-Linux in chapter5 to avoid reciprocal dependency for Systemd.
Moved installation of Util-Linux and E2fsprogs after Procps to satisfy build order in the Systemd book. This has no effect on the SysV book.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r6c67242 rcc09c07  
    4545<screen><userinput remap="pre">ln -sf /tools/bin/true /usr/bin/xsltproc</userinput></screen>
    4646
     47    <para>Because we have not yet installed the final version of Util-Linux,
     48    create links to the libraries in the approprite location:</para>
     49
     50<screen><userinput remap="pre">for file in /tools/lib64/lib{blkid,mount,uuid}*; do
     51    ln -sf $file /usr/lib/
     52done</userinput></screen>
     53
    4754    <para>Set up the man pages:</para>
    4855
     
    6875cd       build
    6976
     77PKG_CONFIG_PATH="/usr/lib/pkgconfig:/tools/lib64/pkgconfig" \
    7078LANG=en_US.UTF-8                   \
    7179meson --prefix=/usr                \
Note: See TracChangeset for help on using the changeset viewer.