mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fix a segfault in systemd-udevd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
28e610dbf1
commit
380fdc0ab7
@ -42,6 +42,15 @@
|
||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
<listitem revision="systemd">
|
||||
<itemizedlist>
|
||||
<para>2020-06-22</para>
|
||||
<listitem>
|
||||
<para>[renodr] - Fix a segfault in systemd-udevd.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<itemizedlist>
|
||||
<para>2020-06-17</para>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
<!ENTITY version "SVN-20200619">
|
||||
<!ENTITY version "SVN-20200622">
|
||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||
Change to x.y for release but not -rc releases -->
|
||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||
|
||||
<!ENTITY versiond "20200619-systemd">
|
||||
<!ENTITY versiond "20200622-systemd">
|
||||
<!ENTITY short-versiond "systemd">
|
||||
<!ENTITY generic-versiond "systemd">
|
||||
|
||||
<!ENTITY releasedate "June 19th, 2020">
|
||||
<!ENTITY releasedate "June 22nd, 2020">
|
||||
|
||||
<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – -->
|
||||
|
||||
|
@ -57,6 +57,6 @@
|
||||
<!ENTITY systemd-consolidated-patch-size "64 KB">
|
||||
-->
|
||||
|
||||
<!ENTITY systemd-gcc10-patch "systemd-&systemd-version;-gcc_10-fixes-1.patch">
|
||||
<!ENTITY systemd-gcc10-patch-md5 "6d41186bfcd7002ed2cbf26b25f9091d">
|
||||
<!ENTITY systemd-gcc10-patch-size "4 KB">
|
||||
<!ENTITY systemd-gcc10-patch "systemd-&systemd-version;-gcc_10-fixes-2.patch">
|
||||
<!ENTITY systemd-gcc10-patch-md5 "5eaac1d3a66118c40814d3b81ad36b71">
|
||||
<!ENTITY systemd-gcc10-patch-size "8 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user