Changeset 7de7690
- Timestamp:
- 09/07/2023 11:57:19 AM (12 months ago)
- Branches:
- 12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/pkgconf.xml
r26d1178 r7de7690 44 44 45 45 <title>Installation of Pkgconf</title> 46 <!--47 <para>Pkgconf-2.0.0 explicitly errors when attempting to run48 <option>- -modversion</option> with multiple arguments, even if these49 arguments are constraints for the same package. This breaks many50 packages in BLFS. Run this sed to reinstate the old51 output for pkgconf:</para>52 46 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->why)/' cli/main.c</userinput></screen> 51 55 52 <para>Prepare Pkgconf for compilation:</para> 56 53
Note:
See TracChangeset
for help on using the changeset viewer.