From efcb3933433838b71f3a4a53ec1ac6d899aaec0b Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 3 May 2020 21:02:51 +0000 Subject: Make the new book git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/perl.xml | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) (limited to 'chapter05/perl.xml') diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 2bb15453b..663d3dbc2 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -45,11 +45,10 @@ Prepare Perl for compilation: -sh Configure -des -Dprefix=/tools -Dlibs=-lm -Uloclibpth -Ulocincpth +sh Configure -des -Dprefix=/usr - The meaning of the Configure options: - + The meaning of the new Configure options: -des @@ -59,36 +58,13 @@ - - - -Uloclibpth and - -Ulocincpth - - - These entries undefine variables that cause the configuration - to search for locally installed components that may exist on the - host system. - - - - - - Build the package: make - Although Perl comes with a test suite, it would be better to wait - until it is installed in the next chapter. - - Only a few of the utilities and libraries need to be installed at this - time: - -cp -v perl cpan/podlators/scripts/pod2man /tools/bin -mkdir -pv /tools/lib/perl5/&perl-version; -cp -Rv lib/* /tools/lib/perl5/&perl-version; +make install -- cgit v1.2.3-54-g00ecf