diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-10-02 20:03:45 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-10-02 20:03:45 +0000 |
commit | 8aad1c749b54ea8a2c8fc797ba0ca09de5052ea1 (patch) | |
tree | f646ec286ea8bfc6cc68b33df311b0f26d485872 | |
parent | 4c5565e3676154109bac7115272289770f5b88e2 (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 8 | ||||
-rw-r--r-- | patches.ent | 6 |
3 files changed, 16 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 311482a0a..ea2d39b18 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2012-10-02</para> <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> <para>[matthew] - Upgrade to Man-DB-2.6.3. Fixes <ulink url="&lfs-ticket-root;3187">#3187</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 3cd1f72ee..3bbfea85e 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -230,6 +230,10 @@ <para>&glibc-installation-patch;</para> </listitem> + <listitem> + <para>&make-fixes-patch;</para> + </listitem> + </itemizedlist> <itemizedlist> @@ -244,6 +248,10 @@ </listitem> <listitem> + <para>make-3.82-upstream_fixes-2.patch</para> + </listitem> + + <listitem> <para>patch-2.6.1-test_fix-1.patch</para> </listitem> diff --git a/patches.ent b/patches.ent index aaa639b28..b611adc73 100644 --- a/patches.ent +++ b/patches.ent @@ -62,9 +62,9 @@ <!ENTITY kbd-fixes-patch-size "1.6 KB"> -<!ENTITY make-fixes-patch "make-&make-version;-upstream_fixes-2.patch"> -<!ENTITY make-fixes-patch-md5 "02c0f3989185a7345233872b1ae5f46d"> -<!ENTITY make-fixes-patch-size "9.7 KB"> +<!ENTITY make-fixes-patch "make-&make-version;-upstream_fixes-3.patch"> +<!ENTITY make-fixes-patch-md5 "95027ab5b53d01699845d9b7e1dc878d"> +<!ENTITY make-fixes-patch-size "10 KB"> <!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch"> |