diff options
Diffstat (limited to 'chapter05/perl.xml')
-rw-r--r-- | chapter05/perl.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 77d619441..9ead25c0f 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../general.ent"> + <!ENTITY % patches-entities SYSTEM "../patches.ent"> %general-entities; + %patches-entities; ]> <sect1 id="ch-tools-perl" role="wrap"> <title>Perl-&perl-version;</title> @@ -30,7 +32,7 @@ <para>First adapt some hard-wired paths to the C library by applying the following patch:</para> -<screen><userinput>patch -Np1 -i ../perl-&perl-version;-libc-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen> <para>Prepare Perl for compilation (make sure to get the 'IO Fcntl POSIX' part of the command correct—they are all letters):</para> |