Fix a segfault in systemd-udevd

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23315 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2020-06-23 03:39:09 +00:00
parent 2597ad12d5
commit eebce9e624
2 changed files with 8 additions and 3 deletions

View File

@ -83,7 +83,7 @@
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/systemd-&systemd-version;-gcc_10-fixes-1.patch"/>
<ulink url="&patch-root;/systemd-&systemd-version;-gcc_10-fixes-2.patch"/>
</para>
</listitem>
</itemizedlist>
@ -144,10 +144,11 @@
<title>Installation of systemd</title>
<para>
Apply a patch to fix a build failure when building with GCC-10:
Apply a patch to fix a build failure when building with GCC-10 as well as
a segmentation fault in systemd-udevd on some platforms:
</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>

View File

@ -44,6 +44,10 @@
<listitem>
<para>June 22nd, 2020</para>
<itemizedlist>
<listitem revision="systemd">
<para>[renodr] - Apply a fix to systemd to fix segmentation faults in
systemd-udevd on some platforms.</para>
</listitem>
<listitem>
<para>[renodr] - Update to guile-3.0.3. Fixes
<ulink url="&blfs-ticket-root;13698">#13698</ulink>.</para>