aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/kmod.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2022-02-05 13:19:11 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2022-02-05 20:37:43 +0800
commitf5923aa8b4f9b2498de9dc6a85bbf96b83fdf16b (patch)
tree2f4da517c7936228d22e34320d4ab56284c7f084 /chapter08/kmod.xml
parentab8c166cbb6543a710bcc1ec9dbbfeb980c9eb2a (diff)
kmod: link to openssl
Diffstat (limited to 'chapter08/kmod.xml')
-rw-r--r--chapter08/kmod.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/chapter08/kmod.xml b/chapter08/kmod.xml
index 4288f31d9..6fa626297 100644
--- a/chapter08/kmod.xml
+++ b/chapter08/kmod.xml
@@ -45,6 +45,7 @@
<screen><userinput remap="configure">./configure --prefix=/usr \
--sysconfdir=/etc \
+ --with-openssl \
--with-xz \
--with-zstd \
--with-zlib</userinput></screen>
@@ -53,7 +54,21 @@
<title>The meaning of the configure options:</title>
<varlistentry>
- <term><parameter>--with-xz, --with-zlib, --with-zstd</parameter></term>
+ <term>
+ <parameter>--with-openssl</parameter>
+ </term>
+ <listitem>
+ <para>This option enables Kmod to handle PKCS7 signatures for
+ kernel modules.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
+ <parameter>--with-xz</parameter>,
+ <parameter>--with-zlib</parameter>, and
+ <parameter>--with-zstd</parameter>
+ </term>
<listitem>
<para>These options enable Kmod to handle compressed kernel modules.</para>
</listitem>