File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 40
40
<sect2 role =" installation" >
41
41
<title >安装 Kmod</title >
42
42
43
- <para >应用一个补丁修复 32 位计算机上的一个测试套件问题:</para >
44
-
45
- <screen ><userinput remap =" pre" >patch -Np1 -i ../&kmod-test_fix-patch; </userinput ></screen >
46
-
47
43
<para >准备编译 Kmod:</para >
48
44
49
45
<screen ><userinput remap =" configure" >./configure --prefix=/usr \
50
46
--bindir=/bin \
51
47
--libdir=/lib \
52
48
--sysconfdir=/etc \
49
+ --disable-manpages \
53
50
--with-xz \
54
51
--with-zlib</userinput ></screen >
55
52
63
60
</listitem >
64
61
</varlistentry >
65
62
63
+ <varlistentry >
64
+ <term ><parameter >--disable-manpages</parameter ></term >
65
+ <listitem >
66
+ <para >这一选项防止手册页被编制,因为它们依赖于在 chroot 环境下不可用的 libxsit。</para >
67
+ </listitem >
68
+ </varlistentry >
69
+
66
70
</variablelist >
67
71
68
72
<para >编译程序包:</para >
You can’t perform that action at this time.
0 commit comments