From c0ad0ec4ad231d7d4d13e673db729393c0ada18d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 14 Aug 2011 22:33:55 +0000 Subject: [PATCH] Add a patch to fix a couple of bugs in Glibc-2.14. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter01/whatsnew.xml | 3 +++ chapter03/patches.xml | 8 ++++++++ chapter06/glibc.xml | 4 ++++ patches.ent | 4 ++++ 5 files changed, 23 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7c096e27f..86c42576f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2011-08-14 + + [matthew] - Added a patch to fix a couple of bugs in Glibc-2.14. + + [matthew] - Update to GDBM-1.9.1. Fixes #2913. diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 9e84bcc05..16748e769 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -245,6 +245,9 @@ Glib-&glib-version; + + &glibc-fixes-patch; + &glibc-gcc_fix-patch; diff --git a/chapter03/patches.xml b/chapter03/patches.xml index f12174bbc..0e61f3124 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -74,6 +74,14 @@ + + Glibc Bug Fixes Patch - &glibc-fixes-patch-size;: + + Download: + MD5 sum: &glibc-fixes-patch-md5; + + + Glibc GCC Build Fix Patch - &glibc-gcc_fix-patch-size;: diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 9745908f5..e920c2ac6 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -100,6 +100,10 @@ unset DL sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in + Fix a couple of bugs in Glibc that can cause crashes and core dumps: + +patch -Np1 -i ../&glibc-fixes-patch; + Fix a bug that prevents Glibc from building with GCC-&gcc-version;: patch -Np1 -i ../&glibc-gcc_fix-patch; diff --git a/patches.ent b/patches.ent index 0a2b57574..d95469c1a 100644 --- a/patches.ent +++ b/patches.ent @@ -40,6 +40,10 @@ + + + +