diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2018-11-21 19:22:28 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2018-11-21 19:22:28 +0000 |
commit | 31bf7e7f074b6c075977ba921623af69a1651ce5 (patch) | |
tree | 1fe61ce7caaf28135ed1c9eed5fe073fcc2e0de8 /chapter06/systemd.xml | |
parent | c4a60b707a50c3e9be6e5ee7db4c6b1fb8cf8595 (diff) |
Update to elfutils-0.175
Update to tcl-8.6.9
Update to openssl-1.1.1a
Update to linux-4.19.3
Update to systemd-239-25d1ba1
Add 'wheel' group to /etc/groups for systemd
Add a sed to fix a test in autoconf
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 1858e07a7..89b13ee1a 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -58,7 +58,7 @@ done</userinput></screen> <para>Remove tests that cannot be built in chroot:</para> <screen><userinput remap="pre">sed '166,$ d' -i src/resolve/meson.build</userinput></screen> - +<!-- <para>Apply a patch to fix a build failure with glibc-2.28:</para> <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen> @@ -66,7 +66,7 @@ done</userinput></screen> <para>Apply a patch to fix a build failure with meson-0.48.0:</para> <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-meson-0.48.0_fixes-1.patch</userinput></screen> - +--> <para>Remove an unneeded group, <systemitem class="groupname">render</systemitem>, from the default udev rules:</para> |