aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2019-12-10 15:50:31 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2019-12-10 15:50:31 +0000
commit1a96e748cbd53e2434788d029e279765a804bfc6 (patch)
treed785aba2f3b7a102f9b91e2987c8a7d933d44e9b /chapter06
parentb7b0eea7be0c0245d4f55dd5fd44a7143d907815 (diff)
Add a sed to meson for a regression fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11708 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/meson.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/meson.xml b/chapter06/meson.xml
index 820ccd7f1..db3d67afc 100644
--- a/chapter06/meson.xml
+++ b/chapter06/meson.xml
@@ -40,6 +40,10 @@
<sect2 role="installation">
<title>Installation of Meson</title>
+ <para>Apply a fix from upstream to fix a regression:</para>
+
+<screen><userinput remap="pre">sed -i "s@isfile(f)@&amp; and not f.startswith('/dev')@" mesonbuild/interpreter.py</userinput></screen>
+
<para>Compile Meson with the following command:</para>
<screen><userinput remap="make">python3 setup.py build</userinput></screen>