Changeset e60a7f6 for BOOK


Ignore:
Timestamp:
Jun 22, 2009, 2:22:15 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
41891cbe
Parents:
b875779
Message:

Modified Module Init Tools. removed docbook and using dynamic zlib

Location:
BOOK
Files:
4 edited

Legend:

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

    rb875779 re60a7f6  
    4343<screen os="f"><userinput>./configure --prefix=/usr \
    4444    --bindir=/bin --sbindir=/sbin \
    45     --enable-zlib</userinput></screen>
     45    --enable-zlib-dynamic</userinput></screen>
    4646
    4747    <variablelist os="g">
     
    4949
    5050      <varlistentry>
    51         <term><parameter>--enable-zlib</parameter></term>
     51        <term><parameter>--enable-zlib-dynamic</parameter></term>
    5252        <listitem>
    5353          <para>This allows the Module-Init-Tools package to handle compressed
  • BOOK/final-system/multilib/module-init-tools.xml

    rb875779 re60a7f6  
    4040<screen os="f"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    4141    --bindir=/bin --sbindir=/sbin \
    42     --enable-zlib</userinput></screen>
     42    --enable-zlib-dynamic</userinput></screen>
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/general.ent

    rb875779 re60a7f6  
    33<!ENTITY month "06"> <!-- Use two digits -->
    44<!ENTITY month_name "June">
    5 <!ENTITY day "21"> <!-- Use two digits -->
     5<!ENTITY day "22"> <!-- Use two digits -->
    66<!ENTITY year "2009"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    rb875779 re60a7f6  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>June 22, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Jim] - Module Init Tools, no longer needs docbooktoman workaround.
     44          Also take advantage of using the dynamic zlib we have installed.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
Note: See TracChangeset for help on using the changeset viewer.