aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/module-init-tools.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-02-01 22:14:37 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-02-01 22:14:37 +0000
commite25a02f591f172313c0df87e70608ed5ece7aa30 (patch)
treeafe8cbadbb01431276f81fe8435083b6e446ca94 /chapter06/module-init-tools.xml
parent026a89b6722d27b393bac87b891963be65d4b3ff (diff)
Link Module-Init-Tools to Zlib's dynamic library. Fixes #2562.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9176 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/module-init-tools.xml')
-rw-r--r--chapter06/module-init-tools.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml
index 56d55834c..979ee57d6 100644
--- a/chapter06/module-init-tools.xml
+++ b/chapter06/module-init-tools.xml
@@ -55,7 +55,7 @@ make clean</userinput></screen>
<para>Prepare Module-Init-Tools for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/ --enable-zlib --mandir=/usr/share/man</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/ --enable-zlib-dynamic --mandir=/usr/share/man</userinput></screen>
<para>Compile the package:</para>