diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-14 20:03:03 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-14 20:03:03 +0000 |
commit | 6e18f2f842f2395e20ae1891e10c28beb47d5aa3 (patch) | |
tree | 817220e87bf0f2e3ab22391896a220cf743b0dce /chapter08/perl.xml | |
parent | 3d92d63bde160bc5ac98f44ec2cc5dd524e06042 (diff) |
Move iana-etc and the creation of a test /etc/hosts earier in the build, so
that 2 more gcc tests pass.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/perl.xml')
-rw-r--r-- | chapter08/perl.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter08/perl.xml b/chapter08/perl.xml index 1841b819e..fd5e07f06 100644 --- a/chapter08/perl.xml +++ b/chapter08/perl.xml @@ -41,12 +41,6 @@ <sect2 role="installation"> <title>Installation of Perl</title> - <para>First create a basic <filename>/etc/hosts</filename> file to be - referenced in one of Perl's configuration files as well as the optional - test suite:</para> - -<screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> - <para>This version of Perl now builds the Compress::Raw::Zlib and Compress::Raw::BZip2 modules. By default Perl will use an internal copy of the sources for the build. |