Changeset 4c522f3 for chapter08/kmod.xml


Ignore:
Timestamp:
08/17/2024 09:08:56 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib
Children:
42a56cd, cb0166f, fcbbf46
Parents:
a1a1f9f
Message:

Package updates.

Update to setuptools-72.2.0.
Update to kmod-33.
Update to binutils-2.43.1.
Update to linux-6.10.5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kmod.xml

    ra1a1f9f r4c522f3  
    4444    <para>Prepare Kmod for compilation:</para>
    4545
    46 <screen><userinput remap="configure">./configure --prefix=/usr          \
    47             --sysconfdir=/etc      \
    48             --with-openssl         \
    49             --with-xz              \
    50             --with-zstd            \
    51             --with-zlib</userinput></screen>
     46<screen><userinput remap="configure">./configure --prefix=/usr     \
     47            --sysconfdir=/etc \
     48            --with-openssl    \
     49            --with-xz         \
     50            --with-zstd       \
     51            --with-zlib       \
     52            --disable-manpages</userinput></screen>
    5253
    5354    <variablelist>
     
    7273        <listitem>
    7374          <para>These options enable Kmod to handle compressed kernel modules.</para>
     75        </listitem>
     76      </varlistentry>
     77
     78      <varlistentry>
     79        <term>
     80          <parameter>--disable-manpages</parameter>
     81        </term>
     82        <listitem>
     83          <para>This option disables generating the manpages which
     84          requires an external program.</para>
    7485        </listitem>
    7586      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.