Re: [dpdk-dev] [PATCH] net/mlx5: quietly fallback if pkg-config is unavailable

2018-11-11 Thread Shahaf Shuler
Saturday, November 10, 2018 12:48 AM, Luca Boccassi: > Subject: [PATCH] net/mlx5: quietly fallback if pkg-config is unavailable > > Don't fail the build if pkg-config can't be found, instead print the linker > flag as > it was doing before the change. > > Fixes: b6b87939193a ("net/mlx5: use pkg-

[dpdk-dev] [PATCH] net/mlx5: quietly fallback if pkg-config is unavailable

2018-11-09 Thread Luca Boccassi
Don't fail the build if pkg-config can't be found, instead print the linker flag as it was doing before the change. Fixes: b6b87939193a ("net/mlx5: use pkg-config to handle SUSE libmnl") Cc: sta...@dpdk.org Signed-off-by: Luca Boccassi Reported-by: Thomas Monjalon --- drivers/net/mlx5/Makefile