aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/meson.xml
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2021-01-16 07:59:34 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2021-01-16 07:59:34 +0000
commitbeaca0e3e5ba2343fe737d6d1a90d6f84e09816d (patch)
tree84a26173156127e088bb46f047a45295b8360e02 /chapter08/meson.xml
parent5fffcda0ad6643d01b018f3ee7edd919b00fc50a (diff)
Update to tcl-8.6.11
Update to meson-0.56.2 Update to linux-5.10.7 Update to tar-1.33 Update to kmod-28 Update to findutils-4.8.0 In kmod, add zstd support for compressed kernel modules Typo fix for Cleaning Up Document GDBM test failure git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12097 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/meson.xml')
-rw-r--r--chapter08/meson.xml3
1 files changed, 2 insertions, 1 deletions
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>