aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-30 16:06:46 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-30 16:06:46 +0000
commit5a986cbf759fcd9377e067f150241ef7f2b7e453 (patch)
tree2a37bfef0c81a2afd119b1f058a02c3e1ff8c901 /chapter07
parent19e73cb8adcf3bd69369455e5f90ca068c8813af (diff)
Update to perl-5.32.0.
Update to man-db-2.9.3. Update to linux-5.7.6. Update to check-0.15.0. Update to bc-3.0.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11990 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/perl.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/chapter07/perl.xml b/chapter07/perl.xml
index 7921cf3d9..b7d80b3b6 100644
--- a/chapter07/perl.xml
+++ b/chapter07/perl.xml
@@ -45,7 +45,15 @@
<para>Prepare Perl for compilation:</para>
-<screen><userinput remap="configure">sh Configure -des -Dprefix=/usr</userinput></screen>
+ <screen><userinput remap="configure">sh Configure -des \
+ -Dprefix=/usr \
+ -Dvendorprefix=/usr \
+ -Dprivlib=/usr/share/perl5/core_perl \
+ -Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl \
+ -Dsitelib=/usr/share/perl5/site_perl \
+ -Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl \
+ -Dvendorlib=/usr/share/perl5/vendor_perl \
+ -Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl</userinput></screen>
<variablelist>
<title>The meaning of the new Configure options:</title>