From fd162f667ce23773cf9e486e144ae288dd08351f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 8 Mar 2015 02:29:05 +0000 Subject: Update to mpc-1.0.3. Update to man-pages-3.8.1. Update to xz-5.2.1. Update to kmod-20. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/acl.xml | 5 +++-- chapter06/kmod.xml | 7 ++++++- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'chapter06') diff --git a/chapter06/acl.xml b/chapter06/acl.xml index fb3e3475d..14c34d3e6 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -59,8 +59,9 @@ Prepare Acl for compilation: -./configure --prefix=/usr \ - --bindir=/bin \ +./configure --prefix=/usr \ + --bindir=/bin \ + --disable-static \ --libexecdir=/usr/lib Compile the package: diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index 82b2ce9b7..a68e259f6 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -74,10 +74,15 @@ make + This package does not come with a test suite that can be run in the + LFS chroot environment. At a minimum the git program is required and + several tests will not run outside of a git repository. + + Install the package, and create symlinks for compatibility with Module-Init-Tools (the package that previously handled Linux kernel modules): -- cgit v1.2.3-54-g00ecf