diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2018-08-03 21:36:40 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2018-08-03 21:36:40 +0000 |
commit | 8125d4986c555d6bdbfd2f11529616cbc76dbfb5 (patch) | |
tree | 22407b004d042b7f45b94053018cf6af2d0ac91e /chapter06/systemd.xml | |
parent | efca30a736007825e0089a0dbfe8db3f1d98dc20 (diff) |
Fix a build failure with glibc-2.28
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11444 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 2c913e325..e5d89b833 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -52,14 +52,9 @@ <screen><userinput remap="pre">sed '166,$ d' -i src/resolve/meson.build</userinput></screen> -<!-- These are from upstream. There will probably be a new release shortly, - so don't bother with a patch. - <para>Make some fixes from upstream:</para> + <para>Apply a patch to fix a build failure with glibc-2.28:</para> -<screen><userinput remap="pre">sed -i '527,565 d' src/basic/missing.h -sed -i '24 d' src/core/load-fragment.c -sed -i '53 a#include <sys/mount.h>' src/shared/bus-unit-util.c</userinput></screen> ---> +<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen> <para>Remove an unneeded group, <systemitem class="groupname">render</systemitem>, from the default udev |