diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2018-10-10 05:05:17 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2018-10-10 05:05:17 +0000 |
commit | a9a92e43f7b068ad903eb533b1685a3a56f7c808 (patch) | |
tree | 9834e486a7243a3420b4b48cfe123aec47443de7 /chapter06/systemd.xml | |
parent | cc09c074d6c216d901a7b497089cf0fbc97f0548 (diff) |
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
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 0db60770f..c987066d4 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -47,7 +47,7 @@ <para>Because we have not yet installed the final version of Util-Linux, create links to the libraries in the approprite location:</para> -<screen><userinput remap="pre">for file in /tools/lib64/lib{blkid,mount,uuid}*; do +<screen><userinput remap="pre">for file in /tools/lib/lib{blkid,mount,uuid}*; do ln -sf $file /usr/lib/ done</userinput></screen> @@ -63,6 +63,10 @@ done</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen> + <para>Apply a patch to fix a build failure with meson-0.40.0:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-meson-0.40.0_fixes-1.patch</userinput></screen> + <para>Remove an unneeded group, <systemitem class="groupname">render</systemitem>, from the default udev rules:</para> |