Re: [dpdk-dev] [PATCH] devtools: fix example build with old pkg-config

2019-11-15 Thread Bruce Richardson
On Fri, Nov 15, 2019 at 10:35:25AM +, Ferruh Yigit wrote: > The old version of the pkg-config [1] doesn't support '-define-prefix' > and '--path' arguments which is causing failure building the > examples [2]. > Yes for the define-prefix option, no for the path one. The define-prefix argumen

[dpdk-dev] [PATCH] devtools: fix example build with old pkg-config

2019-11-15 Thread Ferruh Yigit
The old version of the pkg-config [1] doesn't support '-define-prefix' and '--path' arguments which is causing failure building the examples [2]. Added checks for pkg-config arguments support and build examples only if they are supported. [1] CentOS Linux release 7.7.1908 (Core) pkg-config versio