aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-03-08 02:29:05 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-03-08 02:29:05 +0000
commitfd162f667ce23773cf9e486e144ae288dd08351f (patch)
tree7dc321b6ec4bba978afb19b686866a454cefa571 /chapter06
parent49c2c113b322bf9f3bbb2e915fe4fb212aeb30e0 (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/acl.xml5
-rw-r--r--chapter06/kmod.xml7
2 files changed, 9 insertions, 3 deletions
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 @@
<para>Prepare Acl for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr \
- --bindir=/bin \
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --bindir=/bin \
+ --disable-static \
--libexecdir=/usr/lib</userinput></screen>
<para>Compile the package:</para>
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 @@
<screen><userinput remap="make">make</userinput></screen>
+ <para>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. </para>
+
+<!--
<para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen>
-
+-->
<para>Install the package, and create symlinks for
compatibility with Module-Init-Tools (the package that previously handled
Linux kernel modules):</para>