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:
|
||
---|---|---|
.. | ||
app_thread.c | ||
args.c | ||
cfg_file.c | ||
cfg_file.h | ||
cmdline.c | ||
init.c | ||
main.c | ||
main.h | ||
Makefile | ||
meson.build | ||
profile_ov.cfg | ||
profile.cfg | ||
stats.c |