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

2018-10-25 Thread Luca Boccassi
On Thu, 2018-10-25 at 10:46 -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-config

[dpdk-dev] [PATCH] 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