8549295db0
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> |
||
---|---|---|
.. | ||
l3fwd_altivec.h | ||
l3fwd_common.h | ||
l3fwd_em_hlm_neon.h | ||
l3fwd_em_hlm_sse.h | ||
l3fwd_em_hlm.h | ||
l3fwd_em_sequential.h | ||
l3fwd_em.c | ||
l3fwd_em.h | ||
l3fwd_event_generic.c | ||
l3fwd_event_internal_port.c | ||
l3fwd_event.c | ||
l3fwd_event.h | ||
l3fwd_lpm_altivec.h | ||
l3fwd_lpm_neon.h | ||
l3fwd_lpm_sse.h | ||
l3fwd_lpm.c | ||
l3fwd_lpm.h | ||
l3fwd_neon.h | ||
l3fwd_sse.h | ||
l3fwd.h | ||
main.c | ||
Makefile | ||
meson.build |