aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-09-09 14:45:05 +0800
committerXi Ruoyao <xry111@xry111.site>2023-09-09 14:46:02 +0800
commit6c51e5ce7b92227de7406efd5e5db131db8163ac (patch)
treed31a4d134938fb4647d1c6171f96b7d48661b707 /chapter08
parent1f20176cfb95061660c51225336f0c516fad64e0 (diff)
perl: Move some explanations from Chapter 8 to Chapter 7
Explain switches once they show up first time.
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/perl.xml29
1 files changed, 1 insertions, 28 deletions
diff --git a/chapter08/perl.xml b/chapter08/perl.xml
index b56e0e5e2..d3159595c 100644
--- a/chapter08/perl.xml
+++ b/chapter08/perl.xml
@@ -76,15 +76,7 @@ export BUILD_BZIP2=0</userinput></screen>
-Dusethreads</userinput></screen>
<variablelist>
- <title>The meaning of the configure options:</title>
-
- <varlistentry>
- <term><parameter>-Dvendorprefix=/usr</parameter></term>
- <listitem>
- <para>This ensures <command>perl</command> knows how to
- tell packages where they should install their Perl modules.</para>
- </listitem>
- </varlistentry>
+ <title>The meaning of the new Configure options:</title>
<varlistentry>
<term><parameter>-Dpager="/usr/bin/less -isR"</parameter></term>
@@ -105,31 +97,12 @@ export BUILD_BZIP2=0</userinput></screen>
</varlistentry>
<varlistentry>
- <term><parameter>-Duseshrplib</parameter></term>
- <listitem>
- <para>Build a shared libperl needed by some Perl modules.</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term><parameter>-Dusethreads</parameter></term>
<listitem>
<para>Build Perl with support for threads.</para>
</listitem>
</varlistentry>
- <varlistentry>
- <term><parameter>-Dprivlib,-Darchlib,-Dsitelib,...</parameter></term>
- <listitem>
- <para>These settings define where Perl looks for installed
- modules. The LFS editors chose to put them in a directory structure
- based on the MAJOR.MINOR version of Perl (&perl-version-min;) which
- allows upgrading Perl to newer patch levels (the patch level is
- the last dot separated part in the full version string like
- &perl-version;) without reinstalling all of the modules.</para>
- </listitem>
- </varlistentry>
-
</variablelist>
<para>Compile the package:</para>