Re: [dpdk-dev] [PATCH v3] mlx5: use pkg-config to handle SUSE libmnl

2018-10-28 Thread Shahaf Shuler
Saturday, October 27, 2018 12:49 AM, Yongseok Koh: > Subject: Re: [dpdk-dev] [PATCH v3] mlx5: use pkg-config to handle SUSE > libmnl > > On Thu, Oct 25, 2018 at 01:29:38PM -0700, Stephen Hemminger wrote: > > SUSE decided to install the libmnl include file in a non-standard >

Re: [dpdk-dev] [PATCH v3] mlx5: use pkg-config to handle SUSE libmnl

2018-10-26 Thread Yongseok Koh
On Thu, Oct 25, 2018 at 01:29:38PM -0700, Stephen Hemminger wrote: > SUSE decided to install the libmnl include file in a non-standard > place: /usr/include/libmnl/libmnl/libmnl.h > > This was probably a mistake by the SUSE package maintainer, > but hard to get fixed. Workaround the problem by pkg

[dpdk-dev] [PATCH v3] mlx5: use pkg-config to handle SUSE libmnl

2018-10-25 Thread Stephen Hemminger
SUSE decided to install the libmnl include file in a non-standard place: /usr/include/libmnl/libmnl/libmnl.h This was probably a mistake by the SUSE package maintainer, but hard to get fixed. Workaround the problem by pkg-config to find the necessary include directive for libmnl. Fixes: 20b71e92e