|
@@ -41,16 +41,13 @@
|
|
|
<sect2 role="installation">
|
|
|
<title>Installation of Kmod</title>
|
|
|
|
|
|
- <para>Apply a patch to fix a testsuite issue on 32-bit machines:</para>
|
|
|
-
|
|
|
-<screen><userinput remap="pre">patch -Np1 -i ../&kmod-test_fix-patch;</userinput></screen>
|
|
|
-
|
|
|
<para>Prepare Kmod for compilation:</para>
|
|
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
|
|
--bindir=/bin \
|
|
|
--libdir=/lib \
|
|
|
--sysconfdir=/etc \
|
|
|
+ --disable-manpages \
|
|
|
--with-xz \
|
|
|
--with-zlib</userinput></screen>
|
|
|
|
|
@@ -64,6 +61,13 @@
|
|
|
The shell variables are required in order for the xz and zlib headers
|
|
|
and libraries to be found in the absence of pkg-config.</para>
|
|
|
</listitem>
|
|
|
+
|
|
|
+ <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>
|
|
|
|
|
|
</variablelist>
|