aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gdbm.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-05-08 23:19:59 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-05-08 23:19:59 +0000
commit784b3bb9a32eec1bcb2a901c9a6b3052fdc4f8f7 (patch)
treee4b2bd10784aef2a74e5422efa380dae4a591134 /chapter06/gdbm.xml
parent3256c73e84180375ced3ff5be00f94dac463ad95 (diff)
Update to bison-3.6.
Update to gcc-10.1.0. Update to libcap-2.34. Update to bc-2.7.2. Update to linux-5.6.11. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11840 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gdbm.xml')
-rw-r--r--chapter06/gdbm.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/gdbm.xml b/chapter06/gdbm.xml
index ccb4ef1ba..f953b63f9 100644
--- a/chapter06/gdbm.xml
+++ b/chapter06/gdbm.xml
@@ -44,6 +44,10 @@
<sect2 role="installation">
<title>Installation of GDBM</title>
+ <para>First, fix an issue first identified by gcc-10:</para>
+
+<screen><userinput remap="pre">sed -r -i '/^char.*parseopt_program_(doc|args)/d' src/parseopt.c</userinput></screen>
+
<para>Prepare GDBM for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \