diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c40502c15..b64cd852b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,32 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + + 2020-07-01 + + [bdubbs] - Update to perl-5.32.0. Fixes + #4676. + + + [bdubbs] - Update to man-db-2.9.3. Fixes + #4680. + + + [bdubbs] - Update to linux-5.7.6. Fixes + #4674. + + + [bdubbs] - Update to check-0.15.0. Fixes + #4679. + + + [bdubbs] - Update to bc-3.0.3. Fixes + #4675. + + + + 2020-06-22 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 70fb7f29b..25d15111a 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -57,9 +57,9 @@ - + Coreutils-&coreutils-version; diff --git a/chapter07/perl.xml b/chapter07/perl.xml index 7921cf3d9..b7d80b3b6 100644 --- a/chapter07/perl.xml +++ b/chapter07/perl.xml @@ -45,7 +45,15 @@ Prepare Perl for compilation: -sh Configure -des -Dprefix=/usr + sh Configure -des \ + -Dprefix=/usr \ + -Dvendorprefix=/usr \ + -Dprivlib=/usr/share/perl5/core_perl \ + -Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl \ + -Dsitelib=/usr/share/perl5/site_perl \ + -Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl \ + -Dvendorlib=/usr/share/perl5/vendor_perl \ + -Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl The meaning of the new Configure options: diff --git a/chapter08/perl.xml b/chapter08/perl.xml index fd5e07f06..7d27118ab 100644 --- a/chapter08/perl.xml +++ b/chapter08/perl.xml @@ -49,25 +49,26 @@ export BUILD_ZLIB=False export BUILD_BZIP2=0 - To have full control over the way Perl is set up, you can remove the -des options from the following command and hand-pick the way this package is built. Alternatively, use the command exactly as below to use the defaults that Perl auto-detects: -sh Configure -des -Dprefix=/usr \ - -Dvendorprefix=/usr \ - -Dman1dir=/usr/share/man/man1 \ - -Dman3dir=/usr/share/man/man3 \ - -Dpager="/usr/bin/less -isR" \ - -Duseshrplib \ - -Dusethreads + sh Configure -des \ + -Dprefix=/usr \ + -Dvendorprefix=/usr \ + -Dprivlib=/usr/share/perl5/core_perl \ + -Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl \ + -Dsitelib=/usr/share/perl5/site_perl \ + -Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl \ + -Dvendorlib=/usr/share/perl5/vendor_perl \ + -Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl \ + -Dman1dir=/usr/share/man/man1 \ + -Dman3dir=/usr/share/man/man3 \ + -Dpager="/usr/bin/less -isR" \ + -Duseshrplib \ + -Dusethreads The meaning of the configure options: @@ -112,6 +113,17 @@ export BUILD_BZIP2=0 + + -Dprivlib,-Darchlib,-Dsitelib,... + + These settings define where Perl is looking for installed + modules. The LFS editors chose to put them in a directory structure + based on the Major.Minor version of Perl (&perl-version-min;) which + allows upgrading Perl to newer Patch levels (&perl-version;) without + the need to reinstall all of the modules again. + + + Compile the package: diff --git a/general.ent b/general.ent index c2f4da343..ec4d5aea2 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + diff --git a/packages.ent b/packages.ent index 715917ba7..fa7156a6f 100644 --- a/packages.ent +++ b/packages.ent @@ -57,10 +57,10 @@ - - + + - + @@ -92,28 +92,13 @@ - - - - - + + - + @@ -219,9 +204,6 @@ - @@ -250,9 +232,6 @@ - - - @@ -446,12 +425,12 @@ - + - + - +