Re: [dpdk-dev] [PATCH v2 2/3] build: fix check for libbsd in meson

2018-04-27 Thread Vladimir Medvedkin
Hi, 2018-04-27 16:51 GMT+03:00 Bruce Richardson : > On Fri, Apr 27, 2018 at 02:49:27PM +0100, Bruce Richardson wrote: > > When we check for libbsd we were just checking for the library itself. > > However, on some distros, e.g. CentOS, libbsd will be found even though > > it's not usable by DPDK

Re: [dpdk-dev] [PATCH v2 2/3] build: fix check for libbsd in meson

2018-04-27 Thread Bruce Richardson
On Fri, Apr 27, 2018 at 02:49:27PM +0100, Bruce Richardson wrote: > When we check for libbsd we were just checking for the library itself. > However, on some distros, e.g. CentOS, libbsd will be found even though > it's not usable by DPDK as it's missing the string header. Therefore we > should che