From e25a02f591f172313c0df87e70608ed5ece7aa30 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 1 Feb 2010 22:14:37 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 5 +++++ chapter06/module-init-tools.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b72c7a392..5037a6ec2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2010-02-01 + + [matthew] Have Module-Init-Tools use Zlib's dynamic instead of + static library. Fixes + #2562. + [matthew] Upgrade to Linux-2.6.32.7. Fixes #2563. 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 Prepare Module-Init-Tools for compilation: -./configure --prefix=/ --enable-zlib --mandir=/usr/share/man +./configure --prefix=/ --enable-zlib-dynamic --mandir=/usr/share/man Compile the package: