Changeset 539f011 for chapter08


Ignore:
Timestamp:
08/08/2023 09:07:30 PM (10 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
45708d8, 91f9a17, da584239, f7d3b6e
Parents:
45f40e8 (diff), 9cca53d (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 branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/pkgconf.xml

    r45f40e8 r539f011  
    4545    <title>Installation of Pkgconf</title>
    4646
    47     <para>Pkgconf 2.0.0 explicitly errors when attempting to run
    48            --modversion with multiple packages. This breaks many
    49            packages in BLFS. Run this sed to reinstate the old
    50            output for pkgconf.</para>
     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>
    5152
    5253     <screen><userinput remap="pre">sed -i '1330,1336s|^|//|' cli/main.c</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.