numam-dpdk/examples/fips_validation
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
..
fips_dev_self_test.c cryptodev: add feature flags to disable 2019-07-05 15:03:25 +02:00
fips_dev_self_test.h examples/fips_validation: add power on self test 2019-01-10 16:57:22 +01:00
fips_validation_aes.c replace unused attributes 2020-04-16 18:30:58 +02:00
fips_validation_ccm.c examples/fips_validation: support CCM parsing 2018-11-02 12:26:06 +01:00
fips_validation_cmac.c examples/fips_validation: support CMAC parsing 2018-11-02 12:26:06 +01:00
fips_validation_gcm.c examples/fips_validation: fix string token for CT length 2020-02-20 16:41:49 +01:00
fips_validation_hmac.c replace unused attributes 2020-04-16 18:30:58 +02:00
fips_validation_sha.c replace unused attributes 2020-04-16 18:30:58 +02:00
fips_validation_tdes.c replace unused attributes 2020-04-16 18:30:58 +02:00
fips_validation_xts.c examples/fips_validation: support AES XTS 2020-02-05 15:20:51 +01:00
fips_validation.c examples/fips_validation: fix parsing of algorithms 2020-05-11 13:17:43 +02:00
fips_validation.h examples/fips_validation: support AES XTS 2020-02-05 15:20:51 +01:00
main.c examples/fips_validation: support AES XTS 2020-02-05 15:20:51 +01:00
Makefile build/pkg-config: improve static linking flags 2020-07-01 19:30:52 +02:00
meson.build examples/fips_validation: support AES XTS 2020-02-05 15:20:51 +01:00