mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
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:
parent
ee75f416f1
commit
332771ecf7
@ -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
|
||||
|
@ -43,11 +43,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of IPRoute2</title>
|
||||
|
||||
<para>Prepare IPRoute2 for compilation:</para>
|
||||
|
||||
<screen><userinput>chmod u+x configure &&
|
||||
./configure</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
<screen><userinput>make SBINDIR=/sbin</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user