diff options
Diffstat (limited to 'chapter06/gdbm.xml')
-rw-r--r-- | chapter06/gdbm.xml | 4 |
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 \ |