diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/module-init-tools.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b72c7a392..5037a6ec2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <para>2010-02-01</para> <itemizedlist> <listitem> + <para>[matthew] Have Module-Init-Tools use Zlib's dynamic instead of + static library. Fixes + <ulink url="&lfs-ticket-root;2562">#2562</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgrade to Linux-2.6.32.7. Fixes <ulink url="&lfs-ticket-root;2563">#2563</ulink>.</para> </listitem> 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> |