Changeset f5923aa


Ignore:
Timestamp:
02/05/2022 12:37:43 PM (2 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, 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/mips64el, 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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    rab8c166 rf5923aa  
    15581558        <seglistitem>
    15591559          <seg>Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc,
    1560           Gzip, Make, Pkg-config, Sed, Xz, and Zlib</seg>
     1560          Gzip, Make, OpenSSL, Pkg-config, Sed, Xz, and Zlib</seg>
    15611561        </seglistitem>
    15621562      </segmentedlist>
     
    23332333        <segtitle>&before;</segtitle>
    23342334        <seglistitem>
    2335           <seg>Coreutils and Linux</seg>
     2335          <seg>Coreutils, Kmod, and Linux</seg>
    23362336        </seglistitem>
    23372337      </segmentedlist>
  • chapter01/changelog.xml

    rab8c166 rf5923aa  
    4444      <itemizedlist>
    4545        <listitem>
     46          <para>[xry111] - Move OpenSSL before Kmod and enable OpenSSL
     47          for Kmod build.</para>
     48        </listitem>
     49        <listitem>
    4650          <para>[xry111] - Update to gdbm-1.23.  Fixes
    4751          <ulink url="&lfs-ticket-root;5000">#5000</ulink>.</para>
  • 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.