aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2021-04-28 20:29:58 -0500
committerDouglas R. Reno <renodr@linuxfromscratch.org>2021-04-28 20:29:58 -0500
commit99ee345ad67861dbaa41810874f35fbf593a2f50 (patch)
treef6c820af31308f28b53c5bd70c4adcf1d18e054e /chapter01
parent49e360b9b52900bdda162467c1d01244379c093b (diff)
Patch systemd to build with meson-0.57.2 and Linux-API-Headers-5.11.14
and higher.
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c588665bb..413b55d0d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -46,6 +46,11 @@
<listitem>
<para>2021-04-28</para>
<itemizedlist>
+ <listitem revision="systemd">
+ <para>[renodr] - Fix building systemd with Linux-API-Headers 5.11.14
+ and higher, as well as with meson-0.57.2. Fixes
+ <ulink url="&lfs-ticket-root;4851">#4851</ulink>.</para>
+ </listitem>
<listitem>
<para>[bdubbs] - Add manual locales needed for tests
if using alternate locale installation instructions. Fixes