diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-02-24 23:40:48 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-02-24 23:40:48 +0000 |
commit | 6d6a2f029d2becb77294e87be17c2bb58b66564b (patch) | |
tree | 575ddca7f59a81a2fefd20e429c04f8c223ec026 /chapter03 | |
parent | 5dcff99d108ff9c005795e57f8692fb0d7195a88 (diff) |
Add a patch for glibc that fixes a segfault's dlopen
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/patches.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 051d0129a..5d1db169a 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -83,6 +83,14 @@ </varlistentry> <varlistentry> + <term>Glibc Bug Sort Relocatable Objects Patch - <token>&glibc-sort-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&glibc-sort-patch;"/></para> + <para>MD5 sum: <literal>&glibc-sort-patch-md5;</literal></para> + </listitem> + </varlistentry> + + <varlistentry> <term>Glibc GCC Build Fix Patch - <token>&glibc-gcc_fix-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&glibc-gcc_fix-patch;"/></para> |