aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/perl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r--chapter06/perl.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 76b0af2cf..cf1b1b2b2 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -71,7 +71,8 @@ export BUILD_BZIP2=0</userinput></screen>
-Dman1dir=/usr/share/man/man1 \
-Dman3dir=/usr/share/man/man3 \
-Dpager="/usr/bin/less -isR" \
- -Duseshrplib</userinput></screen>
+ -Duseshrplib \
+ -Dusethreads</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -109,6 +110,13 @@ export BUILD_BZIP2=0</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><parameter>-Dusethreads</parameter></term>
+ <listitem>
+ <para>Build perl with support for threads.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<para>Compile the package:</para>