69b1bb49ed
Some versions of pkg-config don't support the --path flag, which is not a
fatal error when building the apps. Without the flag, the makefile just
cannot track the .pc file of DPDK as a dependency of the build. Therefore,
we can ignore the error and suppress it by redirecting to /dev/null the
stderr from that call to pkg-config.
Fixes:
|
||
---|---|---|
.. | ||
fips_dev_self_test.c | ||
fips_dev_self_test.h | ||
fips_validation_aes.c | ||
fips_validation_ccm.c | ||
fips_validation_cmac.c | ||
fips_validation_gcm.c | ||
fips_validation_hmac.c | ||
fips_validation_sha.c | ||
fips_validation_tdes.c | ||
fips_validation.c | ||
fips_validation.h | ||
main.c | ||
Makefile | ||
meson.build |