aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-08-30 20:56:11 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-08-30 20:56:11 +0000
commit4508e6017130329315d86fe61305bf3e4b8b4f78 (patch)
tree816287546af8c51da0f852b5913a42f0eba30359
parent8152318be5dcf69a23b69555415fae93c32b0cf5 (diff)
Update to inetutils-gcc4_fixes-3.patch to properly fix GCC4 compilation problems
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/gcc4/BOOK@6777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--patches.ent2
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index d55e5408e..2f7cafd14 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -119,6 +119,9 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>August 30th, 2005 [matt]: Update the inetutils patch to use the
+upstream fix for GCC-4.x compilation problems (fixes bug 1602).</para></listitem>
+
<listitem><para>August 30th, 2005 [ken]: Remove <command>sed -i</command>
commands from gcc-pass2.</para></listitem>
diff --git a/patches.ent b/patches.ent
index 3f4ea456e..9c6671122 100644
--- a/patches.ent
+++ b/patches.ent
@@ -26,7 +26,7 @@
<!ENTITY kbd-gcc4_fixes-patch "kbd-&kbd-version;-gcc4_fixes-1.patch">
-<!ENTITY inetutils-gcc4_fixes-patch "inetutils-&inetutils-version;-gcc4_fixes-1.patch">
+<!ENTITY inetutils-gcc4_fixes-patch "inetutils-&inetutils-version;-gcc4_fixes-3.patch">
<!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-3.patch">