From f5923aa8b4f9b2498de9dc6a85bbf96b83fdf16b Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 5 Feb 2022 13:19:11 +0800 Subject: kmod: link to openssl --- chapter08/chapter08.xml | 2 +- chapter08/kmod.xml | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) (limited to 'chapter08') diff --git a/chapter08/chapter08.xml b/chapter08/chapter08.xml index 7b638cc0d..152d7ea4d 100644 --- a/chapter08/chapter08.xml +++ b/chapter08/chapter08.xml @@ -58,10 +58,10 @@ + - 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 @@ ./configure --prefix=/usr \ --sysconfdir=/etc \ + --with-openssl \ --with-xz \ --with-zstd \ --with-zlib @@ -53,7 +54,21 @@ The meaning of the configure options: - --with-xz, --with-zlib, --with-zstd + + --with-openssl + + + This option enables Kmod to handle PKCS7 signatures for + kernel modules. + + + + + + --with-xz, + --with-zlib, and + --with-zstd + These options enable Kmod to handle compressed kernel modules. -- cgit v1.2.3-54-g00ecf