Skip to content

Commit 9cdda96

Browse files
author
David Gao
committed
Merge pull request #94 from slhfyj93/master
10036-10043 06.kmd
2 parents 99354d8 + a67ad19 commit 9cdda96

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

chapter06/kmod.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,13 @@
4040
<sect2 role="installation">
4141
<title>安装 Kmod</title>
4242

43-
<para>应用一个补丁修复 32 位计算机上的一个测试套件问题:</para>
44-
45-
<screen><userinput remap="pre">patch -Np1 -i ../&kmod-test_fix-patch;</userinput></screen>
46-
4743
<para>准备编译 Kmod:</para>
4844

4945
<screen><userinput remap="configure">./configure --prefix=/usr \
5046
--bindir=/bin \
5147
--libdir=/lib \
5248
--sysconfdir=/etc \
49+
--disable-manpages \
5350
--with-xz \
5451
--with-zlib</userinput></screen>
5552

@@ -63,6 +60,13 @@
6360
</listitem>
6461
</varlistentry>
6562

63+
<varlistentry>
64+
<term><parameter>--disable-manpages</parameter></term>
65+
<listitem>
66+
<para>这一选项防止手册页被编制,因为它们依赖于在 chroot 环境下不可用的 libxsit。</para>
67+
</listitem>
68+
</varlistentry>
69+
6670
</variablelist>
6771

6872
<para>编译程序包:</para>

0 commit comments

Comments
 (0)