diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1fa5faec4..218220012 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,25 @@ --> + + 2014-11-11 + + + [bdubbs] - Update to bash-4.3.30. Fixes + #3708. + + + [bdubbs] - Update to man-db-2.7.1. Fixes + #3709. + + + [bdubbs] - Add binutils-2.24-multiple_plugins-1.patch. + Thanks to Miklos Karacsony fro the patch. Fixes + #3707. + + + + 2014-11-10 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index f6097ef8b..882ccb7b0 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -37,9 +37,9 @@ - + @@ -245,9 +245,11 @@ Added: + &perl-fix-patch; diff --git a/chapter03/patches.xml b/chapter03/patches.xml index d4d848b7a..1bcb57599 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -17,7 +17,7 @@ needed to build an LFS system: - + Bc Memory Leak Patch - &bc-memory-leak-patch-size;: @@ -50,6 +50,14 @@ + + Binutils Multiple Plugins Patch - &binutils-multiple-plugins-patch-size;: + + Download: + MD5 sum: &binutils-multiple-plugins-patch-md5; + + + Bzip2 Documentation Patch - &bzip2-docs-patch-size;: diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 72e36e32a..2756e35e9 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -39,12 +39,12 @@ Installation of Bash - + Prepare Bash for compilation: ./configure --prefix=/usr \ diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 4d99cefcb..c98d56c1e 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -73,6 +73,10 @@ sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in patch -Np1 -i ../&binutils-lto-testsuite-patch; + Enable binutils to recognize multiple plugins: + +patch -Np1 -i ../&binutils-multiple-plugins-patch; + The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory: diff --git a/general.ent b/general.ent index 28f3df6c1..d3daa0136 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - + - + diff --git a/packages.ent b/packages.ent index e389952e1..ee5917d27 100644 --- a/packages.ent +++ b/packages.ent @@ -39,10 +39,10 @@ - - + + - + @@ -424,10 +424,10 @@ - - + + - + diff --git a/patches.ent b/patches.ent index 1412e2a61..0d7e4e80d 100644 --- a/patches.ent +++ b/patches.ent @@ -2,9 +2,11 @@ + @@ -14,6 +16,10 @@ + + + +