Changeset 6d70f62 for BOOK/temp-system
- Timestamp:
- Oct 31, 2014, 12:38:57 AM (10 years ago)
- Branches:
- sysvinit
- Children:
- 7980d7a
- Parents:
- 8d5f5ae
- git-author:
- William Harrington <kb0iic@…> (10/31/14 00:38:55)
- git-committer:
- William Harrington <kb0iic@…> (10/31/14 00:38:57)
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/util-linux.xml
r8d5f5ae r6d70f62 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> -
BOOK/temp-system/multilib/util-linux.xml
r8d5f5ae r6d70f62 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 31 --libdir='${prefix}'/lib64 --disable-makeinstall-chown \ 32 --disable-makeinstall-setuid </userinput></screen>32 --disable-makeinstall-setuid --without-python</userinput></screen> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.