[dpdk-dev] [PATCH v3] meson: remove unnecessary explicit link to libpcap
Thomas Monjalon
thomas at monjalon.net
Fri Mar 26 10:30:33 CET 2021
26/03/2021 09:22, Gabriel Ganne:
> libpcap is already found and registered as a dependency by meson, and
> the dependency is already correctly used in librte_port. This line is
> just unnecessary.
>
> It also has the side effect of messing with the meson link line: dpdk
> link will be declared twice: manually and then through pkg-config. If
> you configure meson to prefer static linking over dynamic, this will
> cause the build to fail on librte_port, since the pcap deps are not yet
> seen by the linker.
>
> Signed-off-by: Gabriel Ganne <gabriel.ganne at 6wind.com>
When sending a new revision of a patch,
please add a changelog below "---"
and use --in-reply-to for threading, thanks.
> ---
> config/meson.build | 1 -
> 1 file changed, 1 deletion(-)
More information about the dev
mailing list