diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-01-28 14:04:57 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-01-28 14:04:57 +0100 |
commit | 60933b952fa5c8ad698271e6ea2358f9b6ff52e3 (patch) | |
tree | bebb8ccb370e3935f87fc9720921b2d84c9771fb | |
parent | e1ebbef46a60aefd2cb48c6fc82ac3c1414a4054 (diff) |
iproute2: remove a now useless sed
Upstream do not try anymore to build the *m_ipt modules if
iptables is not found.
-rw-r--r-- | chapter08/iproute2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/iproute2.xml b/chapter08/iproute2.xml index c39f892d1..d70aaa6bf 100644 --- a/chapter08/iproute2.xml +++ b/chapter08/iproute2.xml @@ -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> |