aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gdbm.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-03-15 23:29:31 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-03-15 23:29:31 +0000
commit73b2841ee14caae80ea8a2bbaa1cb7e2c21e666f (patch)
tree7dc2c4199ab23e128b141d92c136308eb4288edc /chapter06/gdbm.xml
parentecd016b289961104c34b226600ed5e3e943d7f40 (diff)
Remove non-essential static libraries from the installation. Added a new
section in Chapter 6 Introduction, supressed many static libraries in different packages, and removed the remaining in the Cleaning Up section. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gdbm.xml')
-rw-r--r--chapter06/gdbm.xml4
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>