diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-22 21:55:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-22 21:55:23 +0000 |
commit | 14109e77437b13dbc0ad846d25d5f5f35071b92c (patch) | |
tree | 33d8d96da50c200237813903a9c4b365d978cd77 /chapter05/util-linux.xml | |
parent | 1bbaab30ef50e1c0cb172f3b84e388660738c8dc (diff) |
Update to util-linux-2.25
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/util-linux.xml')
-rw-r--r-- | chapter05/util-linux.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 1b25e50f3..007b44e7d 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -44,6 +44,7 @@ <para>Prepare Util-linux for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools \ + --without-python \ --disable-makeinstall-chown \ --without-systemdsystemunitdir \ PKG_CONFIG=""</userinput></screen> @@ -52,6 +53,15 @@ <title>The meaning of the configure option:</title> <varlistentry> + <term><parameter>--without-python</parameter></term> + <listitem> + <para>This switch disables using <application>Python</application> + if it is installed on the host system. It avoids trying to build + unneeded bindings.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><parameter>--disable-makeinstall-chown</parameter></term> <listitem> <para>This switch disables using the <command>chown</command> command |