diff options
Diffstat (limited to 'chapter06/gdbm.xml')
-rw-r--r-- | chapter06/gdbm.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/gdbm.xml b/chapter06/gdbm.xml index 6457f1c83..662dc4324 100644 --- a/chapter06/gdbm.xml +++ b/chapter06/gdbm.xml @@ -46,7 +46,9 @@ <para>Prepare GDBM for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --enable-libgdbm-compat</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr \ + --disable-static \ + --enable-libgdbm-compat</userinput></screen> <variablelist> <title>The meaning of the configure option:</title> |