aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/pkgconf.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2023-08-07 15:46:36 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2023-08-07 15:46:36 -0500
commit9b7d651a54314b80138f1254a64005e6b7e95e53 (patch)
tree6416021541efa5ab6553909f7b0132afa4168c31 /chapter08/pkgconf.xml
parent67ca5ef3f788e952e04f142808193b9504afc468 (diff)
Package updates.
Update to xz-5.4.4. Update to wheel-0.41.1 (Python Module). Update to man-pages-6.05.01. Update to linux-6.4.8. Update to iana-etc-20230804. Update to pkgconf 2.0.0.
Diffstat (limited to 'chapter08/pkgconf.xml')
-rw-r--r--chapter08/pkgconf.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter08/pkgconf.xml b/chapter08/pkgconf.xml
index 724a1ff24..8c1031b14 100644
--- a/chapter08/pkgconf.xml
+++ b/chapter08/pkgconf.xml
@@ -41,8 +41,16 @@
</sect2>
<sect2 role="installation">
+
<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>
+
+ <screen><userinput remap="pre">sed -i '/1330,1336/s|^|//|' cli/main.c</userinput></screen>
+
<para>Prepare Pkgconf for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \