diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-06 09:59:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-06 09:59:44 +0000 |
commit | 740ace609ff31844a7454a37d124b46223b77d8c (patch) | |
tree | 21f92c39c503079a93ebe1ef1548bdbeb7fbfcf2 /chapter01 | |
parent | 72f3ca780d57852a5b4ec40cac0424ebae49d817 (diff) |
Add back a patch for Glibc that prevents various BLFS programs, including aplay, from segfaulting.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9843 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dcc6b3c55..16b8bfe14 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -47,6 +47,16 @@ </listitem> <listitem> + <para>2012-05-06</para> + <itemizedlist> + <listitem> + <para>[matthew] - Add back a patch for Glibc that prevents various + BLFS programs, such as aplay, from segfaulting.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2012-05-01</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index b2157758f..3d99d1572 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -232,6 +232,10 @@ </listitem> <listitem> + <para>&glibc-fixes-patch;</para> + </listitem> + + <listitem> <para>&glibc-gcc_fix-patch;</para> </listitem> |