iproute2: remove a now useless sed

Upstream do not try anymore to build the *m_ipt modules if
iptables is not found.
This commit is contained in:
Pierre Labastie 2022-01-28 14:04:57 +01:00
parent e1ebbef46a
commit 60933b952f

View File

@ -53,11 +53,12 @@
<screen><userinput remap="pre">sed -i /ARPD/d Makefile
rm -fv man/man8/arpd.8</userinput></screen>
<!-- fixed upstream for 5.16.0
<para>It is also necessary to disable building two modules that
require <ulink url="&blfs-book;postlfs/iptables.html"/>.</para>
<screen><userinput remap="pre">sed -i 's/.m_ipt.o//' tc/Makefile</userinput></screen>
-->
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>