mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
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:
parent
70b20e7c25
commit
f4835ed6ad
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user