diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-07 03:20:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-07 03:20:42 +0000 |
commit | 026d653a514fb6fcfce1a03b56ca993d144e512f (patch) | |
tree | 54a4e522ce27f9fab1fca4ee3b1eca596a51ba63 /chapter06 | |
parent | fefe64e28f2f9fc0e6ccbf9cf57e36a8839bfd8f (diff) |
Update to kmod-17
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10529 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/kmod.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index 06a1e19bb..75fa028a0 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -47,7 +47,6 @@ --bindir=/bin \ --sysconfdir=/etc \ --with-rootlibdir=/lib \ - --disable-manpages \ --with-xz \ --with-zlib</userinput></screen> @@ -62,15 +61,6 @@ </varlistentry> <varlistentry> - <term><parameter>--disable-manpages</parameter></term> - <listitem> - <para>This option prevents the man pages from being built, as they - rely on libxslt, which isn't available in the chroot - environment.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><parameter>--with-rootlibdir=/lib</parameter></term> <listitem> <para>This option ensures different library related files are placed @@ -94,7 +84,6 @@ correct directory: </para> <screen><userinput remap="install">make install -make -C man install for target in depmod insmod modinfo modprobe rmmod; do ln -sv ../bin/kmod /sbin/$target |