Changeset a7f7b63 for BOOK/temp-system/common
- Timestamp:
- Oct 30, 2014, 5:38:55 PM (10 years ago)
- Branches:
- master, systemd
- Children:
- 815d1d7
- Parents:
- bb41190
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/util-linux.xml
rbb41190 ra7f7b63 29 29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-makeinstall-chown --disable-makeinstall-setuid</userinput></screen> 31 --disable-makeinstall-chown --disable-makeinstall-setuid 32 --without-python</userinput></screen> 32 33 33 34 <variablelist os="c"> … … 47 48 <para>This prevents Util-linux from enabling the setuid bit on 48 49 any of its installed programs.</para> 50 </listitem> 51 </varlistentry> 52 53 <varlistentry> 54 <term><parameter>--without-python</parameter></term> 55 <listitem> 56 <para>This avoids the building of unneeded Python buildings when 57 Python is installed on the host system.</para> 49 58 </listitem> 50 59 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.