Changeset 6587192 in clfs-sysroot for BOOK/final-system


Ignore:
Timestamp:
Mar 15, 2009, 6:22:56 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
0dbbc9a
Parents:
fa6113f
Message:

Added Arch to Util-Linux-NG. Updated descriptions of configure parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/util-linux-ng.xml

    rfa6113f r6587192  
    4747
    4848<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    49     --enable-partx --disable-wall --enable-write \
    50     --disable-makeinstall-chown</userinput></screen>
     49    --enable-arch --enable-partx --disable-wall \
     50    --enable-write --disable-makeinstall-chown</userinput></screen>
    5151
    5252    <variablelist os="c">
     
    5454
    5555      <varlistentry>
     56        <term><parameter>--enable-arch</parameter></term>
     57        <listitem>
     58          <para>This option allows the <command>arch</command> program to be
     59          installed.</para>
     60        </listitem>
     61      </varlistentry>
     62
     63      <varlistentry>
    5664        <term><parameter>--enable-partx</parameter></term>
    5765        <listitem>
    58           <para>Enable partx stuff (need more description).</para>
     66          <para>Enables building the <command>addpart</command>, <command>delpart</command>,
     67           <command>partx</command> programs.</para>
     68        </listitem>
     69      </varlistentry>
     70
     71      <varlistentry>
     72        <term><parameter>--enable-write</parameter></term>
     73        <listitem>
     74          <para>This option allows the <command>write</command> program to be
     75          installed.</para>
    5976        </listitem>
    6077      </varlistentry>
     
    6582          <para>Disables building the <command>wall</command> program,
    6683          as the Sysvinit package installs its own version.</para>
    67         </listitem>
    68       </varlistentry>
    69 
    70       <varlistentry>
    71         <term><parameter>--enable-write</parameter></term>
    72         <listitem>
    73           <para>This option allows the <command>write</command> program to be
    74           installed.</para>
    75         </listitem>
    76       </varlistentry>
    77 
    78       <varlistentry>
    79         <term><parameter>--disable-makeinstall-chown</parameter></term>
    80         <listitem>
    81           <para>This option prevents installed programs from having groups
    82           changed. They will be changed later in the book.</para>
    8384        </listitem>
    8485      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.