Add latest upstream fixes patch for Make. Fixes #3188.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10008 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2012-10-02 20:03:45 +00:00
parent 4c5565e367
commit 8aad1c749b
3 changed files with 16 additions and 3 deletions

View File

@ -39,6 +39,11 @@
<listitem> <listitem>
<para>2012-10-02</para> <para>2012-10-02</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[matthew] - Use latest upstream fixes patch for Make, which
enables WebKitGtk to build with parallel builds. Fixes
<ulink url="&lfs-ticket-root;3188">#3188</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] - Upgrade to Man-DB-2.6.3. Fixes <para>[matthew] - Upgrade to Man-DB-2.6.3. Fixes
<ulink url="&lfs-ticket-root;3187">#3187</ulink>.</para> <ulink url="&lfs-ticket-root;3187">#3187</ulink>.</para>

View File

@ -230,6 +230,10 @@
<para>&glibc-installation-patch;</para> <para>&glibc-installation-patch;</para>
</listitem> </listitem>
<listitem>
<para>&make-fixes-patch;</para>
</listitem>
</itemizedlist> </itemizedlist>
<itemizedlist> <itemizedlist>
@ -243,6 +247,10 @@
<para>kmod-9-testsuite-1.patch</para> <para>kmod-9-testsuite-1.patch</para>
</listitem> </listitem>
<listitem>
<para>make-3.82-upstream_fixes-2.patch</para>
</listitem>
<listitem> <listitem>
<para>patch-2.6.1-test_fix-1.patch</para> <para>patch-2.6.1-test_fix-1.patch</para>
</listitem> </listitem>

View File

@ -62,9 +62,9 @@
<!ENTITY kbd-fixes-patch-size "1.6 KB"> <!ENTITY kbd-fixes-patch-size "1.6 KB">
<!ENTITY make-fixes-patch "make-&make-version;-upstream_fixes-2.patch"> <!ENTITY make-fixes-patch "make-&make-version;-upstream_fixes-3.patch">
<!ENTITY make-fixes-patch-md5 "02c0f3989185a7345233872b1ae5f46d"> <!ENTITY make-fixes-patch-md5 "95027ab5b53d01699845d9b7e1dc878d">
<!ENTITY make-fixes-patch-size "9.7 KB"> <!ENTITY make-fixes-patch-size "10 KB">
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch"> <!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch">