mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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
This commit is contained in:
parent
72f3ca780d
commit
740ace609f
@ -46,6 +46,16 @@
|
||||
</itemizedlist>
|
||||
</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>
|
||||
|
@ -231,6 +231,10 @@
|
||||
<para>&coreutils-i18n-patch;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&glibc-fixes-patch;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&glibc-gcc_fix-patch;</para>
|
||||
</listitem>
|
||||
|
@ -58,6 +58,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Glibc Fixes Patch - <token>&glibc-fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&glibc-fixes-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&glibc-fixes-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Glibc GCC Fix Patch - <token>&glibc-gcc_fix-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -100,6 +100,9 @@ unset DL</userinput></screen>
|
||||
|
||||
<screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen>
|
||||
|
||||
<para>Fix a bug that causes several BLFS packages to segfault:</para>
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fixes-patch;</userinput></screen>
|
||||
|
||||
<para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para>
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20120505">
|
||||
<!ENTITY releasedate "May 05, 2012">
|
||||
<!ENTITY version "SVN-20120506">
|
||||
<!ENTITY releasedate "May 06, 2012">
|
||||
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.2">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -37,6 +37,10 @@
|
||||
<!ENTITY gcc-startfiles-patch-size "1.5 KB">
|
||||
|
||||
|
||||
<!ENTITY glibc-fixes-patch "glibc-&glibc-version;-fixes-1.patch">
|
||||
<!ENTITY glibc-fixes-patch-md5 "78659b024e7175dcc28e9fc4552b1a27">
|
||||
<!ENTITY glibc-fixes-patch-size "6.5 KB">
|
||||
|
||||
<!ENTITY glibc-gcc_fix-patch "glibc-&glibc-version;-gcc_fix-1.patch">
|
||||
<!ENTITY glibc-gcc_fix-patch-md5 "d1f28cb98acb9417fe52596908bbb9fd">
|
||||
<!ENTITY glibc-gcc_fix-patch-size "2.5 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user