numam-dpdk/examples/tep_termination
Bruce Richardson 69b1bb49ed examples: hide error for missing pkg-config path flag
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: 22119c4591 ("examples: use pkg-config in makefiles")
Cc: stable@dpdk.org

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-11-20 22:48:32 +01:00
..
main.c examples/tep_term: remove duplicate definitions 2019-07-18 23:10:19 +02:00
main.h net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
Makefile examples: hide error for missing pkg-config path flag 2019-11-20 22:48:32 +01:00
meson.build eal: promote some experimental functions as stable 2019-04-21 19:11:37 +02:00
vxlan_setup.c net: use IPV4 VHL constant 2019-11-20 17:36:06 +01:00
vxlan_setup.h net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
vxlan.c net: add new header file for VXLAN 2019-10-25 19:00:22 +02:00
vxlan.h net: add new header file for VXLAN 2019-10-25 19:00:22 +02:00