diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-09-03 18:30:50 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-09-03 18:30:50 +0000 |
commit | b0e583b008b4d510620c00475f096e624228a4c0 (patch) | |
tree | 9a6b36cb4b4060f4a0b031bd6b829791b1f54c44 /chapter06 | |
parent | 7fa322a1d3ca389822405e9d4a2609fb4e7f9278 (diff) |
Add -Duseshrplib to perl configuration
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9371 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/perl.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index b898c8347..8deabef65 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -66,7 +66,8 @@ -Dvendorprefix=/usr \ -Dman1dir=/usr/share/man/man1 \ -Dman3dir=/usr/share/man/man3 \ - -Dpager="/usr/bin/less -isR"</userinput></screen> + -Dpager="/usr/bin/less -isR" \ + -Duseshrplib</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> @@ -97,6 +98,13 @@ </listitem> </varlistentry> + <varlistentry> + <term><parameter>-Duseshrplib</parameter></term> + <listitem> + <para>Build a shared libperl needed by some perl modules.</para> + </listitem> + </varlistentry> + </variablelist> <para>Compile the package:</para> |