|
@@ -47,14 +47,16 @@
|
|
|
|
|
|
<screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen>
|
|
|
|
|
|
- <para>The following patch fixes known vulnerabilities:</para>
|
|
|
+ <para>The following patch fixes known vulnerabilities and other issues
|
|
|
+ identified by the developers:</para>
|
|
|
|
|
|
-<screen><userinput remap="pre">patch -Np1 -i ../&perl-security-patch;</userinput></screen>
|
|
|
+<screen><userinput remap="pre">patch -Np1 -i ../&perl-consolidated-patch;</userinput></screen>
|
|
|
|
|
|
- <para>The following patch fixes an incompatibility with
|
|
|
+ <!-- <para>The following patch fixes an incompatibility with
|
|
|
Glibc-&glibc-version;:</para>
|
|
|
|
|
|
<screen><userinput remap="pre">patch -Np1 -i ../&perl-page-patch;</userinput></screen>
|
|
|
+ -->
|
|
|
|
|
|
<!-- Confirmed that this is not required any longer
|
|
|
<para>Fix an incompatibility with gcc-&gcc-version;:</para>
|
|
@@ -77,14 +79,23 @@
|
|
|
package is built. If you prefer, you can use the defaults that Perl
|
|
|
auto-detects, by preparing Perl for compilation with:</para>
|
|
|
|
|
|
-<screen><userinput remap="configure">./configure.gnu --prefix=/usr \
|
|
|
- -Dman1dir=/usr/share/man/man1 \
|
|
|
- -Dman3dir=/usr/share/man/man3 \
|
|
|
- -Dpager="/usr/bin/less -isR"</userinput></screen>
|
|
|
+<screen><userinput remap="configure">sh Configure -des -Dprefix=/usr \
|
|
|
+ -Dvendorprefix=/usr \
|
|
|
+ -Dman1dir=/usr/share/man/man1 \
|
|
|
+ -Dman3dir=/usr/share/man/man3 \
|
|
|
+ -Dpager="/usr/bin/less -isR"</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>
|
|
|
+
|
|
|
<varlistentry>
|
|
|
<term><parameter>-Dpager="/usr/bin/less -isR"</parameter></term>
|
|
|
<listitem>
|