Changeset 7de7690


Ignore:
Timestamp:
09/07/2023 11:57:19 AM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
6ad40199
Parents:
26d1178
git-author:
Xi Ruoyao <xry111@…> (09/07/2023 11:56:27 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/07/2023 11:57:19 AM)
Message:

pkgconf: Hotfix for a regression breaking BLFS packages

Link: https://github.com/pkgconf/pkgconf/issues/317

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/pkgconf.xml

    r26d1178 r7de7690  
    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.