aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/python.xml9
-rw-r--r--chapter08/util-linux.xml3
2 files changed, 3 insertions, 9 deletions
diff --git a/chapter08/python.xml b/chapter08/python.xml
index a2c4a5bdd..6b12d3559 100644
--- a/chapter08/python.xml
+++ b/chapter08/python.xml
@@ -48,7 +48,6 @@
--enable-shared \
--with-system-expat \
--with-system-ffi \
- --with-ensurepip=yes \
--enable-optimizations</userinput></screen>
<variablelist>
@@ -71,14 +70,6 @@
</varlistentry>
<varlistentry>
- <term><parameter>--with-ensurepip=yes</parameter></term>
- <listitem>
- <para>This switch enables building <command>pip</command> and
- <command>setuptools</command> packaging programs.</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term><parameter>--enable-optimizations</parameter></term>
<listitem>
<para>This switch enables stable, but expensive, optimizations.</para>
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml
index a7c0c3d59..322a44599 100644
--- a/chapter08/util-linux.xml
+++ b/chapter08/util-linux.xml
@@ -108,6 +108,9 @@
<screen><userinput remap="test">chown -Rv tester .
su tester -c "make -k check"</userinput></screen>
+ <para>The <emphasis>hardlink</emphasis> tests will fail if the host's kernel
+ does not have the option CONFIG_CRYPTO_USER_API_HASH set.</para>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>