Changeset 6587192 in clfs-sysroot for BOOK/final-system/common
- Timestamp:
- Mar 15, 2009, 6:22:56 PM (16 years ago)
- Branches:
- master
- Children:
- 0dbbc9a
- Parents:
- fa6113f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/util-linux-ng.xml
rfa6113f r6587192 47 47 48 48 <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> 51 51 52 52 <variablelist os="c"> … … 54 54 55 55 <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> 56 64 <term><parameter>--enable-partx</parameter></term> 57 65 <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> 59 76 </listitem> 60 77 </varlistentry> … … 65 82 <para>Disables building the <command>wall</command> program, 66 83 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 be74 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 groups82 changed. They will be changed later in the book.</para>83 84 </listitem> 84 85 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.