From 1a96e748cbd53e2434788d029e279765a804bfc6 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Tue, 10 Dec 2019 15:50:31 +0000 Subject: 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 --- chapter06/meson.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter06') 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 @@ Installation of Meson + Apply a fix from upstream to fix a regression: + +sed -i "s@isfile(f)@& and not f.startswith('/dev')@" mesonbuild/interpreter.py + Compile Meson with the following command: python3 setup.py build -- cgit v1.2.3-54-g00ecf