diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 008df2410..35d1f22ff 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,20 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2021-08-08 + + + [bdubbs] - Update to linux-5.13.9. Fixes + #4900. + + + [bdubbs] - Update to libffi-3.4.2. Fixes + #4902. + + + + 2021-08-06 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 1445f30d8..0db970287 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -159,9 +159,9 @@ Libelf-&elfutils-version; (from elfutils) - + diff --git a/chapter08/libffi.xml b/chapter08/libffi.xml index a2e0cb545..786e66c5d 100644 --- a/chapter08/libffi.xml +++ b/chapter08/libffi.xml @@ -52,7 +52,10 @@ Prepare libffi for compilation: -./configure --prefix=/usr --disable-static --with-gcc-arch=native + ./configure --prefix=/usr \ + --disable-static \ + --with-gcc-arch=native \ + --disable-exec-static-tramp The meaning of the configure option: diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 29633c212..6130d48d1 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -119,6 +119,7 @@ if ( $package == "flex" ) $dirpath = "https://github.com/westes/flex/relea if ( $package == "gcc" ) $dirpath = max_parent( $dirpath, "gcc-" ); if ( $package == "iana-etc" ) $dirpath = "https://github.com/Mic92/iana-etc/releases"; if ( $package == "intltool" ) $dirpath = "https://launchpad.net/intltool/trunk"; +if ( $package == "libffi" ) $dirpath = "https://github.com/libffi/libffi/releases"; if ( $package == "meson" ) $dirpath = "https://github.com/mesonbuild/meson/releases"; if ( $package == "mpc" ) $dirpath = "https://ftp.gnu.org/gnu/mpc"; if ( $package == "mpfr" ) $dirpath = "http://mpfr.loria.fr/mpfr-current"; diff --git a/packages.ent b/packages.ent index ea9a1aa91..fba480d94 100644 --- a/packages.ent +++ b/packages.ent @@ -410,10 +410,10 @@ - - - - + + + + @@ -436,12 +436,12 @@ - + - + - +