diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-01-14 13:43:28 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-01-14 13:43:28 -0600 |
commit | ade3efafc6caf69322c5fed47bc376c088f07a67 (patch) | |
tree | 17bfc80385eaf3996295f7abd1bb3d05057edead /chapter08/meson.xml | |
parent | 5ff21a47f918e5ed290dfb588db59558e9567d53 (diff) |
Package updates.
Update to shadow-4.11.1.
Update to readline-8.1.2.
Update to meson-0.61.0.
Update to libpipeline-1.5.5.
Update to bash-5.1.16.
Diffstat (limited to 'chapter08/meson.xml')
-rw-r--r-- | chapter08/meson.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter08/meson.xml b/chapter08/meson.xml index 60838af94..70c1c1e92 100644 --- a/chapter08/meson.xml +++ b/chapter08/meson.xml @@ -48,14 +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> + <para>First, apply a patch that fixes an issue identified upstream:</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> <para>This package does not come with a test suite.</para> |