Changeset 1aa8026 in clfs-sysroot for BOOK/final-system


Ignore:
Timestamp:
Jul 9, 2009, 6:54:21 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
297bb5b
Parents:
569a269
Message:

Updated Module Init Tools to 3.9. Removed the man pages patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/module-init-tools.xml

    r569a269 r1aa8026  
    2828    <title>Installation of Module-Init-Tools</title>
    2929
    30     <para os="p1">The following patch contains the man-pages for Module Init Tools:</para>
    31 
    32 <screen os="p2"><userinput>patch -Np1 -i ../&module-init-tools-manpages-patch;</userinput></screen>
    33 
    3430    <para os="a">Prepare Module-Init-Tools for compilation:</para>
    3531
    3632<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3733    --prefix=/usr --bindir=/bin \
    38     --sbindir=/sbin --enable-zlib</userinput></screen>
     34    --sbindir=/sbin --enable-zlib-dynamic</userinput></screen>
    3935
    4036    <variablelist os="c">
     
    4238
    4339      <varlistentry>
    44         <term><parameter>--enable-zlib</parameter></term>
     40        <term><parameter>--enable-zlib-dynamic</parameter></term>
    4541        <listitem>
    4642          <para>This allows the Module-Init-Tools package to handle compressed
     
    5349    <para os="d">Compile the package:</para>
    5450
    55 <screen os="e"><userinput>make</userinput></screen>
     51<screen os="e"><userinput>make DOCBOOKTOMAN=</userinput></screen>
    5652
    5753    <para os="f">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.