aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-08-02 20:52:40 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-08-02 20:52:40 -0500
commit9c7598cc15b7ec877b0350fbdc9d1d1fe466405b (patch)
tree0edf8476fd41f1e39414c76a738ac5d0f772b59d /chapter07
parentea0f48e5a8d9b1e8d6a41ee2985b573f05c12985 (diff)
Package updates.
Update to glibc-2.34. Update to diffutils-3.8. Update to libcap-2.52.
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/texinfo.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter07/texinfo.xml b/chapter07/texinfo.xml
index af7d5ab30..b67d0ab46 100644
--- a/chapter07/texinfo.xml
+++ b/chapter07/texinfo.xml
@@ -43,6 +43,11 @@
<sect2 role="installation">
<title>Installation of Texinfo</title>
+ <para>First, fix an issue building the package with Glibc-2.34 or later:</para>
+
+<screen><userinput remap="pre">sed -e 's/__attribute_nonnull__/__nonnull/' \
+ -i gnulib/lib/malloc/dynarray-skeleton.c</userinput></screen>
+
<para>Prepare Texinfo for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>