Don't run iproute2's configure stage manually

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7442 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2006-03-18 21:43:25 +00:00
parent ee75f416f1
commit 332771ecf7
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -43,11 +43,6 @@
<sect2 role="installation">
<title>Installation of IPRoute2</title>
<para>Prepare IPRoute2 for compilation:</para>
<screen><userinput>chmod u+x configure &amp;&amp;
./configure</userinput></screen>
<para>Compile the package:</para>
<screen><userinput>make SBINDIR=/sbin</userinput></screen>