dpdk-fm10k/examples/qos_sched
Bruce Richardson 8549295db0 build/pkg-config: improve static linking flags
Rather than setting -Bstatic in the linker flags when doing a static link,
and then having to explicitly set -Bdynamic again afterwards, we can update
the pkg-config file to use -l:libfoo.a syntax to explicitly refer to the
static library in question. Since this syntax is not supported by meson's
pkg-config module directly, we can post-process the .pc files instead to
adjust them.

Once done, we can simplify the examples' makefiles and the docs by removing
the explicit static flag.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
Acked-by: Sunil Pai G <sunil.pai.g@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2020-07-01 19:30:52 +02:00
..
app_thread.c examples/qos_sched: add subport config flexibility 2019-10-25 17:53:26 +02:00
args.c examples/qos_sched: do not dereference global config struct 2019-05-30 00:30:17 +02:00
cfg_file.c examples/qos_sched: fix build with gcc 10 2020-03-04 10:25:20 +01:00
cfg_file.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
cmdline.c replace unused attributes 2020-04-16 18:30:58 +02:00
init.c examples: remove extra new line after link duplex 2020-05-12 04:07:29 +02:00
main.c replace unused attributes 2020-04-16 18:30:58 +02:00
main.h examples/qos_sched: fix build with gcc 10 2020-03-04 10:25:20 +01:00
Makefile build/pkg-config: improve static linking flags 2020-07-01 19:30:52 +02:00
meson.build ethdev: add tracepoints 2020-04-23 15:40:06 +02:00
profile.cfg examples/qos_sched: add subport config flexibility 2019-10-25 17:53:26 +02:00
profile_ov.cfg examples/qos_sched: add subport config flexibility 2019-10-25 17:53:26 +02:00
stats.c sched: add 64-bit values 2019-10-25 18:07:26 +02:00