numam-dpdk/examples/ipsec-secgw
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
..
test examples/ipsec-segw: add SPDX license tag 2019-11-20 12:35:51 +01:00
ep0.cfg examples/ipsec-secgw: fix default configuration 2019-11-20 12:35:51 +01:00
ep1.cfg examples/ipsec-secgw: fix default configuration 2019-11-20 12:35:51 +01:00
esp.c examples/ipsec-secgw: support fallback session 2019-11-08 13:51:16 +01:00
esp.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ipip.h examples/ipsec-secgw: update incremental checksum 2018-01-20 16:10:52 +01:00
ipsec_process.c examples/ipsec-secgw: support fallback session 2019-11-08 13:51:16 +01:00
ipsec-secgw.c ipsec: remove redundant replay window size 2019-11-08 13:51:16 +01:00
ipsec.c ipsec: remove redundant replay window size 2019-11-08 13:51:16 +01:00
ipsec.h examples/ipsec-secgw: support fallback session 2019-11-08 13:51:16 +01:00
Makefile examples: hide error for missing pkg-config path flag 2019-11-20 22:48:32 +01:00
meson.build examples/ipsec-secgw: support fragmentation and reassembly 2019-07-05 15:28:14 +02:00
parser.c net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
parser.h examples/ipsec-secgw: allow to specify neighbour MAC address 2019-01-10 16:57:22 +01:00
rt.c examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
sa.c ipsec: remove redundant replay window size 2019-11-08 13:51:16 +01:00
sp4.c examples/ipsec-secgw: fix inline modes 2019-07-05 15:28:14 +02:00
sp6.c examples/ipsec-secgw: fix inline modes 2019-07-05 15:28:14 +02:00