Ignore:
Timestamp:
09/19/2023 07:14:59 AM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.1
Children:
07fda6fe
Parents:
706a5bb (diff), f510f26 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/loongarch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/pkgconf.xml

    r706a5bb red431efc  
    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.