Changeset 8bc83b9


Ignore:
Timestamp:
09/07/2023 03:06:17 PM (9 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
6ae855b
Parents:
f8b6ce0 (diff), 6ad40199 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf8b6ce0 r8bc83b9  
    4040    appropriate for the entry or if needed the entire day's listitem.
    4141    -->
     42
     43    <listitem>
     44      <para>2023-09-07</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[xry111] - Fix an issue in pkgconf-2.0.3 causing
     48          BLFS packages fail to build.  Fixes
     49          <ulink url='&lfs-ticket-root;5341'>#5341</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4253
    4354    <listitem>
  • chapter01/whatsnew.xml

    rf8b6ce0 r8bc83b9  
    6363      <para>DejaGNU-&dejagnu-version;</para>
    6464    </listitem>-->
    65     <!--<listitem revision="systemd">
     65    <listitem revision="systemd">
    6666      <para>D-Bus-&dbus-version;</para>
    67     </listitem>-->
     67    </listitem>
    6868    <!--<listitem>
    6969      <para>Diffutils-&diffutils-version;</para>
     
    168168      <para>Libtool-&libtool-version;</para>
    169169    </listitem>-->
    170     <!--<listitem>
     170    <listitem>
    171171      <para>Linux-&linux-version;</para>
    172     </listitem>-->
     172    </listitem>
    173173    <!--<listitem>
    174174      <para>M4-&m4-version;</para>
  • chapter08/pkgconf.xml

    rf8b6ce0 r8bc83b9  
    4444
    4545    <title>Installation of Pkgconf</title>
    46 <!--
    47     <para>Pkgconf-2.0.0 explicitly errors when attempting to run
    48     <option>- -modversion</option> with multiple arguments, even if these
    49     arguments are constraints for the same package.  This breaks many
    50     packages in BLFS. Run this sed to reinstate the old
    51     output for pkgconf:</para>
    5246
    53      <screen><userinput remap="pre">sed -i '1330,1336s|^|//|' cli/main.c</userinput></screen>
    54 -->
     47    <!-- https://github.com/pkgconf/pkgconf/issues/317 -->
     48    <para>Fix a regression in pkgconf-2.0.3 breaking BLFS packages:</para>
     49
     50    <screen><userinput remap="pre">sed -i 's/str\(cmp.*package\)/strn\1, strlen(pkg-&gt;why)/' cli/main.c</userinput></screen>
     51
    5552    <para>Prepare Pkgconf for compilation:</para>
    5653
Note: See TracChangeset for help on using the changeset viewer.