diff options
Diffstat (limited to 'chapter08/systemd.xml')
-rw-r--r-- | chapter08/systemd.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 70e747650..a8c74d177 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -63,6 +63,10 @@ <screen><userinput remap="pre">sed -i 's/+ want_libfuzzer.*$/and want_libfuzzer/' meson.build</userinput></screen> + <para>Fix a problem when using a kernel version 5.14 and later:</para> + + <screen><userinput remap="pre">sed -i '/ARPHRD_CAN/a#define ARPHRD_MCTP 290' src/basic/linux/if_arp.h</userinput></screen> + <para>Prepare systemd for compilation:</para> <screen><userinput remap="configure">mkdir -p build |