Re: [dpdk-dev] [PATCH 2/2] net/ark: fix FreeBSD compilation

2017-04-20 Thread john miller
> On Apr 20, 2017, at 12:32 PM, Bruce Richardson > wrote: > > On FreeBSD it's not necessary to use -ldl to link apps which use > dlopen. This error only showed up with a shared library gcc build, > not standard build using static libs. > > Fixes: 1131cbf0fb2b ("net/ark: stub PMD for Atomic Rul

[dpdk-dev] [PATCH 2/2] net/ark: fix FreeBSD compilation

2017-04-20 Thread Bruce Richardson
On FreeBSD it's not necessary to use -ldl to link apps which use dlopen. This error only showed up with a shared library gcc build, not standard build using static libs. Fixes: 1131cbf0fb2b ("net/ark: stub PMD for Atomic Rules Arkville") Signed-off-by: Bruce Richardson --- drivers/net/ark/Makef