aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/util-linux.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/util-linux.xml')
-rw-r--r--chapter05/util-linux.xml10
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