aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-03-18 21:43:25 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-03-18 21:43:25 +0000
commit332771ecf7ba75ebe606c7549a87fb7846138db5 (patch)
treefba8bce7a0a8dfb53f6321244461a765c63aba75 /chapter01
parentee75f416f1bf2a1134723157c324a5845285499f (diff)
Don't run iproute2's configure stage manually
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7442 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f21af66fd..c7ec0bada 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,11 @@
<para>March 18, 2006</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Do not run configure manually for iproute2 as it
+ is run automatically by the Makefile. Thanks to Chris Staub for the
+ patch. Fixes ticket #1734.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Make bzdiff use mktemp instead of the deprecated
tempfile command. Thanks to Chris Staub for the patch. Fixes ticket
#1713.</para>