diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-02-01 22:14:37 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-02-01 22:14:37 +0000 |
commit | e25a02f591f172313c0df87e70608ed5ece7aa30 (patch) | |
tree | afe8cbadbb01431276f81fe8435083b6e446ca94 /chapter06/module-init-tools.xml | |
parent | 026a89b6722d27b393bac87b891963be65d4b3ff (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.xml | 2 |
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> |