mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
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:
parent
2597ad12d5
commit
eebce9e624
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user