Changeset f5923aa for chapter08


Ignore:
Timestamp:
02/05/2022 12:37:43 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f26f74cb
Parents:
ab8c166
git-author:
Xi Ruoyao <xry111@…> (02/05/2022 05:19:11 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/05/2022 12:37:43 PM)
Message:

kmod: link to openssl

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/chapter08.xml

    rab8c166 rf5923aa  
    5959  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf.xml"/>
    6060  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/>
     61  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssl.xml"/>
    6162  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmod.xml"/>
    6263  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libelf.xml"/>
    6364  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/>
    64   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssl.xml"/>
    6565  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/>
    6666  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ninja.xml"/>
  • chapter08/kmod.xml

    rab8c166 rf5923aa  
    4646<screen><userinput remap="configure">./configure --prefix=/usr          \
    4747            --sysconfdir=/etc      \
     48            --with-openssl         \
    4849            --with-xz              \
    4950            --with-zstd            \
     
    5455
    5556      <varlistentry>
    56         <term><parameter>--with-xz, --with-zlib, --with-zstd</parameter></term>
     57        <term>
     58          <parameter>--with-openssl</parameter>
     59        </term>
     60        <listitem>
     61          <para>This option enables Kmod to handle PKCS7 signatures for
     62          kernel modules.</para>
     63        </listitem>
     64      </varlistentry>
     65
     66      <varlistentry>
     67        <term>
     68          <parameter>--with-xz</parameter>,
     69          <parameter>--with-zlib</parameter>, and
     70          <parameter>--with-zstd</parameter>
     71        </term>
    5772        <listitem>
    5873          <para>These options enable Kmod to handle compressed kernel modules.</para>
Note: See TracChangeset for help on using the changeset viewer.