Changeset 63dcff4 for BOOK/boot/common/util-linux.xml
- Timestamp:
- Apr 12, 2014, 2:06:48 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9a995bd
- Parents:
- 320c461
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/util-linux.xml
r320c461 r63dcff4 30 30 ./configure --prefix=/tools --exec-prefix=/tools \ 31 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>32 --disable-makeinstall-chown</userinput></screen> 33 33 34 34 <variablelist os="c"> 35 <title>The meaning of the new configure option s:</title>35 <title>The meaning of the new configure option:</title> 36 36 37 37 <varlistentry> … … 40 40 <para>This prevents Util-linux from trying to perform any 41 41 chown commands when it is installed.</para> 42 </listitem>43 </varlistentry>44 45 <varlistentry>46 <term><parameter>--disable-login --disable-su</parameter></term>47 <listitem>48 <para>This tells Util-linux not to build <command>login</command>49 or <command>su</command>, as both require PAM.</para>50 42 </listitem> 51 43 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.