Re: [PATCH] doc/rel_notes: add note on libarchive dependencies

2023-11-24 Thread David Marchand
On Thu, Nov 9, 2023 at 11:52 AM Bruce Richardson wrote: > > Since DPDK now registers an explicit dependency on libarchive, rather > than just putting -larchive in link args, we need to add a documentation > note about potential missing dependencies when static linking. > > Signed-off-by: Bruce Ric

[PATCH] doc/rel_notes: add note on libarchive dependencies

2023-11-09 Thread Bruce Richardson
Since DPDK now registers an explicit dependency on libarchive, rather than just putting -larchive in link args, we need to add a documentation note about potential missing dependencies when static linking. Signed-off-by: Bruce Richardson --- doc/guides/rel_notes/release_23_11.rst | 10 ++