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
This commit is contained in:
Ken Moffat 2020-12-08 00:23:56 +00:00
parent fe42b2f995
commit 02796f856d
5 changed files with 33 additions and 0 deletions

View File

@ -42,6 +42,17 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
<itemizedlist>
<para>2020-12-07</para>
<listitem>
<para>[ken] - Patch meson-0.56.0 to correctly create pkgconfig
files re static libraries (re sysprof in BLFS) . Fixes
<ulink url="&lfs-ticket-root;4765">#4675</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<itemizedlist>
<para>2020-12-03</para>

View File

@ -281,6 +281,9 @@
<listitem>
<para>autoconf-2.69-consolidated_fixes-1.patch</para>
</listitem>
<listitem>
<para>meson-0.56.0-upstream_fix-1.patch</para>
</listitem>
<listitem>
<para>systemd-247-upstream_fixes-1.patch</para>
</listitem>

View File

@ -82,6 +82,15 @@
<para>MD5 sum: <literal>&kbd-backspace-patch-md5;</literal></para>
</listitem>
</varlistentry>
<varlistentry>
<term>Meson Upstream Fix Patch - <token>&meson-fix-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&meson-fix-patch;"/></para>
<para>MD5 sum: <literal>&meson-fix-patch-md5;</literal></para>
</listitem>
</varlistentry>
<!--
<varlistentry>
<term>Libpipeline Checks Patch - <token>&libpipeline-checks-patch-size;</token>:</term>

View File

@ -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>

View File

@ -53,6 +53,11 @@
<!ENTITY libpipeline-checks-patch-md5 "0cd71f98eadaee07647d021d2e4c8621">
<!ENTITY libpipeline-checks-patch-size "22 KB">
-->
<!ENTITY meson-fix-patch "meson-&meson-version;-upstream_fix-1.patch">
<!ENTITY meson-fix-patch-md5 "589012d95c80f256e569598caf27c9a6">
<!ENTITY meson-fix-patch-size "2.2 KB">
<!--
<!ENTITY ninja-limit-jobs-patch "ninja-&ninja-version;-add_NINJAJOBS_var-1.patch">
<!ENTITY ninja-limit-jobs-patch-md5 "f537a633532492e805aa342fa869ca45">