pkgconf: Reword the reason of sed

Specifying --modversion with multiple packages just does not make sense.
The real problem here is it's erroring out even if the multiple
arguments are for the same package.
This commit is contained in:
Xi Ruoyao 2023-08-08 08:35:21 +08:00
parent 70b20e7c25
commit f4835ed6ad
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -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,1336/s|^|//|' cli/main.c</userinput></screen>