Author: ken
Date: Mon Dec  7 16:23:56 2020
New Revision: 12067

Log:
Patch meson so that the pkgconfig file for sysprof in BLFS is created correctly.

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter08/meson.xml
   trunk/BOOK/patches.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Fri Dec  4 13:14:55 2020        (r12066)
+++ trunk/BOOK/chapter01/changelog.xml  Mon Dec  7 16:23:56 2020        (r12067)
@@ -44,6 +44,17 @@
     -->
     <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>
         <listitem>
           <para>[renodr] - Update to linux-5.9.12. Fixes

Modified: trunk/BOOK/chapter01/whatsnew.xml
==============================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   Fri Dec  4 13:14:55 2020        (r12066)
+++ trunk/BOOK/chapter01/whatsnew.xml   Mon Dec  7 16:23:56 2020        (r12067)
@@ -282,6 +282,9 @@
       <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>
 

Modified: trunk/BOOK/chapter03/patches.xml
==============================================================================
--- trunk/BOOK/chapter03/patches.xml    Fri Dec  4 13:14:55 2020        (r12066)
+++ trunk/BOOK/chapter03/patches.xml    Mon Dec  7 16:23:56 2020        (r12067)
@@ -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>

Modified: trunk/BOOK/chapter08/meson.xml
==============================================================================
--- trunk/BOOK/chapter08/meson.xml      Fri Dec  4 13:14:55 2020        (r12066)
+++ trunk/BOOK/chapter08/meson.xml      Mon Dec  7 16:23:56 2020        (r12067)
@@ -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>

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent      Fri Dec  4 13:14:55 2020        (r12066)
+++ trunk/BOOK/patches.ent      Mon Dec  7 16:23:56 2020        (r12067)
@@ -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">
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to