aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/systemd.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-10-31 14:00:21 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-10-31 14:00:21 -0500
commit1f201845a30b83f242a5f8ed35a80db17522752b (patch)
tree8ae57ebf166902896f933bd2b64d22dffa3561ff /chapter08/systemd.xml
parent843d015a32a9f08ce6a0f7ae5ee424555ee7f292 (diff)
Package updates
Update to gawk-5.1.1. Update to meson-0.60.0. Update to libcap-2.60. Update to gdbm-1.22. Update to file-5.41. Update to linux-5.14.15. Update to iana-etc-20211025. Update to tzdata-2021e. Change /bin to /usr/bin in passwd, and revisedchroot. Fix systemd for new meson.
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