From 4e7b5fa9ee5815387832e68f78fc656ad4918dc8 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 26 Jun 2011 22:26:46 +0000 Subject: Update perl, less, and glib. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/perl.xml | 43 +++++++++---------------------------------- 1 file changed, 9 insertions(+), 34 deletions(-) (limited to 'chapter05') diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 8fbad2e8d..f59a2f7f8 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -48,46 +48,21 @@ patch -Np1 -i ../&perl-libc-patch; - +sh Configure -des -Dprefix=/tools - Prepare Perl for compilation (make sure to get the - 'Data/Dumper Fcntl IO' part of the command correct—they are all - letters): + Build the package: -sh Configure -des -Dprefix=/tools \ - -Dstatic_ext='Data/Dumper Fcntl IO' +make - - The meaning of the configure options: + Although Perl comes with a test suite, it would be better to wait + until it is insalled in the next chapter. - - -Dstatic_ext='Data/Dumper Fcntl IO' - - This tells Perl to build the minimum set of static extensions - needed for installing and testing the Coreutils and Glibc packages in the - next chapter. - - + Only a few of the utilities and libraries, need to be installed at this + time: - - - Only a few of the utilities contained in this package, and one of its - libraries, need to be built: - -make perl utilities ext/Errno/pm_to_blib - - Although Perl comes with a test suite, it is not recommended to - run it at this point. Only part of Perl was built and running - make test now will cause the rest of Perl to be - built as well, which is unnecessary at this point. The test suite can - be run in the next chapter if desired. - - Install these tools and their libraries: - -cp -v perl pod/pod2man /tools/bin +cp -v perl cpan/podlators/pod2man /tools/bin mkdir -pv /tools/lib/perl5/&perl-version; cp -Rv lib/* /tools/lib/perl5/&perl-version; -- cgit v1.2.3-54-g00ecf