aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/systemd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/systemd.xml')
-rw-r--r--chapter08/systemd.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml
index f003a1c47..46719cc27 100644
--- a/chapter08/systemd.xml
+++ b/chapter08/systemd.xml
@@ -56,9 +56,13 @@
<systemitem class="groupname">sgx</systemitem>, from the default udev
rules:</para>
- <screen><userinput remap="pre"> sed -i -e 's/GROUP="render"/GROUP="video"/' \
+ <screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
-e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
+ <para>Fix a mesaon problem:</para>
+
+ <screen><userinput remap="pre">sed -i 's/+ want_libfuzzer.*$/and want_libfuzzer/' meson.build</userinput></screen>
+
<para>Prepare systemd for compilation:</para>
<screen><userinput remap="configure">mkdir -p build