Kaynağa Gözat

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
Matthew Burgess 12 yıl önce
ebeveyn
işleme
8aad1c749b
3 değiştirilmiş dosya ile 16 ekleme ve 3 silme
  1. 5 0
      chapter01/changelog.xml
  2. 8 0
      chapter01/whatsnew.xml
  3. 3 3
      patches.ent

+ 5 - 0
chapter01/changelog.xml

@@ -39,6 +39,11 @@
     <listitem>
       <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>

+ 8 - 0
chapter01/whatsnew.xml

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

+ 3 - 3
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">