diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-04-15 20:48:00 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-04-15 20:48:00 +0800 |
commit | eee6a98c703356dd0c2227e70cb10181d3979ce5 (patch) | |
tree | cd4b4b6102307f6c70e70b2a6a494f5d3512b610 | |
parent | 01a8a15a965a2dec4679c1734df0a03370189d34 (diff) |
dependencies: Extend iproute2 external dependencies
"make" outputs messages for lacking libtirpc, libbpf, and libmnl
support, so document them.
-rw-r--r-- | appendices/dependencies.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 6387743a7..204ef4c78 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -1514,9 +1514,11 @@ <segtitle>&external;</segtitle> <seglistitem> <seg> - <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink> - and - <ulink url="&blfs-book;postlfs/iptables.html">iptables</ulink> + <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>, + <ulink url="&blfs-book;postlfs/iptables.html">iptables</ulink>, + <ulink url="https://github.com/libbpf/libbpf">libbpf</ulink>, + <ulink url="&blfs-book;basicnet/libmnl.html">libmnl</ulink>, and + <ulink url="&blfs-book;basicnet/libtirpc.html">libtirpc</ulink> </seg> </seglistitem> </segmentedlist> |