diff options
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 10f5f2ce4..74a02cfed 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -47,6 +47,10 @@ <screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> + <para>The following patch fixes known vulnerabilities:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&perl-security-patch;</userinput></screen> + <para>Fix an incompatibility with gcc-&gcc-version;:</para> <screen><userinput remap="pre">sed -i 's/command /command[ -]/' makedepend.SH</userinput></screen> |