Changeset 1aa8026 in clfs-sysroot for BOOK/final-system
- Timestamp:
- Jul 9, 2009, 6:54:21 PM (15 years ago)
- Branches:
- master
- Children:
- 297bb5b
- Parents:
- 569a269
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/module-init-tools.xml
r569a269 r1aa8026 28 28 <title>Installation of Module-Init-Tools</title> 29 29 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 34 30 <para os="a">Prepare Module-Init-Tools for compilation:</para> 35 31 36 32 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 37 33 --prefix=/usr --bindir=/bin \ 38 --sbindir=/sbin --enable-zlib </userinput></screen>34 --sbindir=/sbin --enable-zlib-dynamic</userinput></screen> 39 35 40 36 <variablelist os="c"> … … 42 38 43 39 <varlistentry> 44 <term><parameter>--enable-zlib </parameter></term>40 <term><parameter>--enable-zlib-dynamic</parameter></term> 45 41 <listitem> 46 42 <para>This allows the Module-Init-Tools package to handle compressed … … 53 49 <para os="d">Compile the package:</para> 54 50 55 <screen os="e"><userinput>make </userinput></screen>51 <screen os="e"><userinput>make DOCBOOKTOMAN=</userinput></screen> 56 52 57 53 <para os="f">Install the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.