diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-01-29 14:10:14 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-01-29 14:10:14 -0600 |
commit | 0aeb9f39a23b506828922fa3e1994fd4345574fa (patch) | |
tree | 47f7657ec9d46b54a4aaa16e06a835af44a5909a | |
parent | d8038b2e4fdd3e3851012154af2734921cb4bcfc (diff) | |
parent | 60933b952fa5c8ad698271e6ea2358f9b6ff52e3 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
-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> |