- Timestamp:
- Jun 22, 2009, 2:22:15 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 41891cbe
- Parents:
- b875779
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/module-init-tools.xml
rb875779 re60a7f6 43 43 <screen os="f"><userinput>./configure --prefix=/usr \ 44 44 --bindir=/bin --sbindir=/sbin \ 45 --enable-zlib </userinput></screen>45 --enable-zlib-dynamic</userinput></screen> 46 46 47 47 <variablelist os="g"> … … 49 49 50 50 <varlistentry> 51 <term><parameter>--enable-zlib </parameter></term>51 <term><parameter>--enable-zlib-dynamic</parameter></term> 52 52 <listitem> 53 53 <para>This allows the Module-Init-Tools package to handle compressed -
BOOK/final-system/multilib/module-init-tools.xml
rb875779 re60a7f6 40 40 <screen os="f"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \ 41 41 --bindir=/bin --sbindir=/sbin \ 42 --enable-zlib </userinput></screen>42 --enable-zlib-dynamic</userinput></screen> 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/general.ent
rb875779 re60a7f6 3 3 <!ENTITY month "06"> <!-- Use two digits --> 4 4 <!ENTITY month_name "June"> 5 <!ENTITY day "2 1"> <!-- Use two digits -->5 <!ENTITY day "22"> <!-- Use two digits --> 6 6 <!ENTITY year "2009"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
rb875779 re60a7f6 36 36 </listitem> 37 37 --> 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> 38 48 39 49 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.