|
@@ -34,13 +34,13 @@
|
|
<para>The <command>arpd</command> binary included in this package is
|
|
<para>The <command>arpd</command> binary included in this package is
|
|
dependent on Berkeley DB. Because <command>arpd</command> is not a very
|
|
dependent on Berkeley DB. Because <command>arpd</command> is not a very
|
|
common requirement on a base Linux system, remove the dependency on
|
|
common requirement on a base Linux system, remove the dependency on
|
|
- Berkeley DB by applying the patch using the command below. If
|
|
|
|
|
|
+ Berkeley DB by applying the sed command below. If
|
|
the <command>arpd</command> binary is needed, instructions for
|
|
the <command>arpd</command> binary is needed, instructions for
|
|
compiling Berkeley DB can be found in the BLFS Book at <ulink
|
|
compiling Berkeley DB can be found in the BLFS Book at <ulink
|
|
url="&blfs-root;view/svn/content/databases.html#db"/>.
|
|
url="&blfs-root;view/svn/content/databases.html#db"/>.
|
|
</para>
|
|
</para>
|
|
|
|
|
|
- <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen>
|
|
|
|
|
|
+ <screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
|
|
|
|
|
|
<para>Prepare IPRoute2 for compilation:</para>
|
|
<para>Prepare IPRoute2 for compilation:</para>
|
|
<screen><userinput>./configure </userinput></screen>
|
|
<screen><userinput>./configure </userinput></screen>
|