Changeset 02796f8


Ignore:
Timestamp:
12/08/2020 12:23:56 AM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f82ef49
Parents:
fe42b2f
Message:

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rfe42b2f r02796f8  
    4545    <listitem>
    4646      <itemizedlist>
     47      <para>2020-12-07</para>
     48        <listitem>
     49          <para>[ken] - Patch meson-0.56.0 to correctly create pkgconfig
     50          files re static libraries (re sysprof in BLFS) . Fixes
     51          <ulink url="&lfs-ticket-root;4765">#4675</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
     57      <itemizedlist>
    4758      <para>2020-12-03</para>
    4859        <listitem>
  • chapter01/whatsnew.xml

    rfe42b2f r02796f8  
    283283    </listitem>
    284284    <listitem>
     285      <para>meson-0.56.0-upstream_fix-1.patch</para>
     286    </listitem>
     287    <listitem>
    285288      <para>systemd-247-upstream_fixes-1.patch</para>
    286289    </listitem>
  • chapter03/patches.xml

    rfe42b2f r02796f8  
    8383      </listitem>
    8484    </varlistentry>
     85
     86    <varlistentry>
     87      <term>Meson Upstream Fix Patch - <token>&meson-fix-patch-size;</token>:</term>
     88      <listitem>
     89        <para>Download: <ulink url="&patches-root;&meson-fix-patch;"/></para>
     90        <para>MD5 sum: <literal>&meson-fix-patch-md5;</literal></para>
     91      </listitem>
     92    </varlistentry>
     93
    8594<!--
    8695    <varlistentry>
  • chapter08/meson.xml

    rfe42b2f r02796f8  
    4848  <sect2 role="installation">
    4949    <title>Installation of Meson</title>
     50
     51    <para>First, apply a patch that fixes an issue with pkgconfig files
     52    for static libraries:</para>
     53
     54<screen><userinput remap="pre">patch -Np1 -i ../&meson-fix-patch;</userinput></screen>
    5055
    5156    <para>Compile Meson with the following command:</para>
  • patches.ent

    rfe42b2f r02796f8  
    5454<!ENTITY libpipeline-checks-patch-size "22 KB">
    5555-->
     56
     57<!ENTITY meson-fix-patch "meson-&meson-version;-upstream_fix-1.patch">
     58<!ENTITY meson-fix-patch-md5 "589012d95c80f256e569598caf27c9a6">
     59<!ENTITY meson-fix-patch-size "2.2 KB">
     60
    5661<!--
    5762<!ENTITY ninja-limit-jobs-patch "ninja-&ninja-version;-add_NINJAJOBS_var-1.patch">
Note: See TracChangeset for help on using the changeset viewer.