diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2020-12-08 00:23:56 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2020-12-08 00:23:56 +0000 |
commit | 02796f856d605db3c56d203cb5389d14b33694d6 (patch) | |
tree | 7fd50817b2f585e3090a14e7d0f941fcd71d9788 /chapter08/meson.xml | |
parent | fe42b2f99580319049fb731be500e2c9c71fcea3 (diff) |
Patch meson so that the pkgconfig file for sysprof in BLFS is created correctly.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12067 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/meson.xml')
-rw-r--r-- | chapter08/meson.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter08/meson.xml b/chapter08/meson.xml index b3c3224c5..4076c4c5c 100644 --- a/chapter08/meson.xml +++ b/chapter08/meson.xml @@ -48,6 +48,11 @@ <sect2 role="installation"> <title>Installation of Meson</title> + <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> |