diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-04-28 20:29:58 -0500 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-04-28 20:29:58 -0500 |
commit | 99ee345ad67861dbaa41810874f35fbf593a2f50 (patch) | |
tree | f6c820af31308f28b53c5bd70c4adcf1d18e054e /chapter08 | |
parent | 49e360b9b52900bdda162467c1d01244379c093b (diff) |
Patch systemd to build with meson-0.57.2 and Linux-API-Headers-5.11.14
and higher.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index b52a64e35..d5a9f6bd1 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -50,7 +50,7 @@ <para>First, apply a patch to fix some regressions and fix functionality with future versions of the kernel:</para> -<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-2.patch</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-3.patch</userinput></screen> <para>Remove tests that cannot be built in chroot:</para> |