Changeset a9a92e4 for chapter06


Ignore:
Timestamp:
10/10/2018 05:05:17 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
da58e931
Parents:
cc09c07
Message:

Removed incorrect link to /toold/lib64 in systemd instructions. Fixes #4355.
Added systemd-239-meson-0.40.0_fixes-1.patch to resolve build errors with meson.
Update to meson-0.40.0. Fixes #4351.
Update to linux-4.18.12. Fixes #4352.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    rcc09c07 ra9a92e4  
    4848    create links to the libraries in the approprite location:</para>
    4949
    50 <screen><userinput remap="pre">for file in /tools/lib64/lib{blkid,mount,uuid}*; do
     50<screen><userinput remap="pre">for file in /tools/lib/lib{blkid,mount,uuid}*; do
    5151    ln -sf $file /usr/lib/
    5252done</userinput></screen>
     
    6363
    6464<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen>
     65
     66    <para>Apply a patch to fix a build failure with meson-0.40.0:</para>
     67
     68<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-meson-0.40.0_fixes-1.patch</userinput></screen>
    6569
    6670    <para>Remove an unneeded group,
Note: See TracChangeset for help on using the changeset viewer.