diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/gdbm.xml | 4 | ||||
-rw-r--r-- | chapter08/kmod.xml | 3 | ||||
-rw-r--r-- | chapter08/meson.xml | 3 | ||||
-rw-r--r-- | chapter08/revisedchroot.xml | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/chapter08/gdbm.xml b/chapter08/gdbm.xml index 4596c2fa7..4dff502d6 100644 --- a/chapter08/gdbm.xml +++ b/chapter08/gdbm.xml @@ -75,6 +75,10 @@ <screen><userinput remap="test">make check</userinput></screen> + <para> + One test, <filename>VERSION</filename>, is known to fail. + </para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/chapter08/kmod.xml b/chapter08/kmod.xml index 01eda165b..58c9ba995 100644 --- a/chapter08/kmod.xml +++ b/chapter08/kmod.xml @@ -48,13 +48,14 @@ --sysconfdir=/etc \ --with-rootlibdir=/lib \ --with-xz \ + --with-zstd \ --with-zlib</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> <varlistentry> - <term><parameter>--with-xz, --with-zlib</parameter></term> + <term><parameter>--with-xz, --with-zlib, --with-zstd</parameter></term> <listitem> <para>These options enable Kmod to handle compressed kernel modules.</para> </listitem> diff --git a/chapter08/meson.xml b/chapter08/meson.xml index 4076c4c5c..cf23abf29 100644 --- a/chapter08/meson.xml +++ b/chapter08/meson.xml @@ -48,11 +48,12 @@ <sect2 role="installation"> <title>Installation of Meson</title> +<!-- Applied in 0.56.2 <para>First, apply a patch that fixes an issue with pkgconfig files for static libraries:</para> <screen><userinput remap="pre">patch -Np1 -i ../&meson-fix-patch;</userinput></screen> - +--> <para>Compile Meson with the following command:</para> <screen><userinput remap="make">python3 setup.py build</userinput></screen> diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index e42e81c65..725c76170 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -69,7 +69,7 @@ rm -f /usr/lib/libz.a</userinput></screen> <screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen> <para>The <filename class="directory">/tools</filename> directory can also - be removed to further gain some place:</para> + be removed to further gain some space:</para> <screen><userinput>rm -rf /tools</userinput></screen> |