diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-30 05:35:58 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-30 05:35:58 +0000 |
commit | 863beeaa4725d490579d9f047d230318460d9a76 (patch) | |
tree | 0069f3ba0088aed298eb63a756b8021d2807d54c /chapter05 | |
parent | 1b12edf6d420b7795b850b33011ac1bd1dbb5a7d (diff) |
Fixed perl configuration so it knows the vendor library location.
Changes perl patches to a single consolidated patch with security and other fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/perl.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 30f176bef..1b00465b3 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -43,10 +43,10 @@ <sect2 role="installation"> <title>Installation of Perl</title> - <para>First adapt some hard-wired paths to the C library by applying - the following patch:</para> + <para>First apply a series of patches to address security issues and adapt some + hard-wired paths to the C library by applying the following patch:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&perl-libc-patch;</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../&perl-consolidated-patch;</userinput></screen> <!-- <para>Fix an incompatibility with gcc-&gcc-version;:</para> @@ -57,7 +57,8 @@ sed 's/command /command[ -]/' makedepend.SH.orig > makedepend.SH</userinput>< 'Data/Dumper Fcntl IO POSIX' part of the command correct—they are all letters):</para> -<screen><userinput remap="configure">./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper Fcntl IO POSIX'</userinput></screen> +<screen><userinput remap="configure">sh Configure -des -Dprefix=/tools \ + -Dstatic_ext='Data/Dumper Fcntl IO POSIX'</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |