diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-23 03:39:16 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-23 03:39:16 +0000 |
commit | 380fdc0ab79075789af45ce247260db509a40842 (patch) | |
tree | 33c2f5998cf63efce39373380b8b871fec9a3160 /chapter08/systemd.xml | |
parent | 28e610dbf11eaf4f401b1522b80fa34feb46fa8c (diff) |
Fix a segfault in systemd-udevd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/systemd.xml')
-rw-r--r-- | chapter08/systemd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 4049d726d..4ddecf0ce 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -40,9 +40,9 @@ <sect2 role="installation"> <title>Installation of systemd</title> - <para>First, apply a patch to fix the build with GCC-10:</para> + <para>First, apply a patch to fix the build with GCC-10 and fix a segfault:</para> -<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-1.patch</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen> <para>Create a symlink to work around the xsltproc command not being installed:</para> |