aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/autoconf.xml4
-rw-r--r--chapter06/createfiles.xml1
-rw-r--r--chapter06/systemd.xml4
3 files changed, 7 insertions, 2 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml
index f7af4d173..d90c1b731 100644
--- a/chapter06/autoconf.xml
+++ b/chapter06/autoconf.xml
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of Autoconf</title>
+ <para>First, fix a bug generated by Perl 5.28.</para>
+
+<screen><userinput remap="pre">sed '361 s/{/\\{/' -i bin/autoscan.in</userinput></screen>
+
<para>Prepare Autoconf for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml
index 334594a3c..d1911f8ed 100644
--- a/chapter06/createfiles.xml
+++ b/chapter06/createfiles.xml
@@ -264,6 +264,7 @@ messagebus:x:18:
input:x:24:
mail:x:34:
kvm:x:61:
+wheel:x:97:
nogroup:x:99:
users:x:999:</literal>
EOF</userinput></screen>
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 1858e07a7..89b13ee1a 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -58,7 +58,7 @@ done</userinput></screen>
<para>Remove tests that cannot be built in chroot:</para>
<screen><userinput remap="pre">sed '166,$ d' -i src/resolve/meson.build</userinput></screen>
-
+<!--
<para>Apply a patch to fix a build failure with glibc-2.28:</para>
<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen>
@@ -66,7 +66,7 @@ done</userinput></screen>
<para>Apply a patch to fix a build failure with meson-0.48.0:</para>
<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-meson-0.48.0_fixes-1.patch</userinput></screen>
-
+-->
<para>Remove an unneeded group,
<systemitem class="groupname">render</systemitem>, from the default udev
rules:</para>