Changeset 63dcff4 for BOOK/chroot/common
- 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/chroot/common/util-linux.xml
r320c461 r63dcff4 29 29 <screen os="b"><userinput>PKG_CONFIG= ./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-makeinstall-chown --disable-su --disable-login</userinput></screen>31 --disable-makeinstall-chown</userinput></screen> 32 32 33 33 <variablelist os="c"> 34 <title>The meaning of the new configure option s:</title>34 <title>The meaning of the new configure option:</title> 35 35 36 36 <varlistentry> … … 39 39 <para>This prevents Util-linux from trying to perform any 40 40 chown commands when it is installed.</para> 41 </listitem>42 </varlistentry>43 44 <varlistentry>45 <term><parameter>--disable-login --disable-su</parameter></term>46 <listitem>47 <para>This tells Util-linux not to build <command>login</command>48 or <command>su</command>, as both require PAM.</para>49 41 </listitem> 50 42 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.