diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-08-08 16:07:30 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-08-08 16:07:30 -0500 |
commit | 539f0110b09ca953c289f914d4c7695ffd88f0af (patch) | |
tree | 34c792301e333824a54ed022db56ceba8ab85fc1 /chapter08/pkgconf.xml | |
parent | 45f40e899be8d017e94d7cd606a5015c8737dee7 (diff) | |
parent | 9cca53dcac7a29b471491be27076cfcc06f21921 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter08/pkgconf.xml')
-rw-r--r-- | chapter08/pkgconf.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter08/pkgconf.xml b/chapter08/pkgconf.xml index 89226dbf0..3bbec0705 100644 --- a/chapter08/pkgconf.xml +++ b/chapter08/pkgconf.xml @@ -44,10 +44,11 @@ <title>Installation of Pkgconf</title> - <para>Pkgconf 2.0.0 explicitly errors when attempting to run - --modversion with multiple packages. This breaks many - packages in BLFS. Run this sed to reinstate the old - output for pkgconf.</para> + <para>Pkgconf-2.0.0 explicitly errors when attempting to run + <option>--modversion</option> with multiple arguments, even if these + arguments are constraints for the same package. This breaks many + packages in BLFS. Run this sed to reinstate the old + output for pkgconf:</para> <screen><userinput remap="pre">sed -i '1330,1336s|^|//|' cli/main.c</userinput></screen> |