[dpdk-dev] [PATCH] mk: fix shared lib build with stable abi

2015-07-13 Thread Thomas Monjalon
> > When next ABI is enabled, the shared lib extension is .so.x.1. > > That's why a double basename was introduced. > > But the "ifeq NEXT_ABI" was forgotten, removing the .so extension when > > NEXT_ABI is disabled. > > It was preventing the linker from finding the .so libraries. > > > > Fixes: 5

[dpdk-dev] [PATCH] mk: fix shared lib build with stable abi

2015-07-13 Thread Thomas Monjalon
When next ABI is enabled, the shared lib extension is .so.x.1. That's why a double basename was introduced. But the "ifeq NEXT_ABI" was forgotten, removing the .so extension when NEXT_ABI is disabled. It was preventing the linker from finding the .so libraries. Fixes: 506f51cc0da7 ("mk: enable nex

[dpdk-dev] [PATCH] mk: fix shared lib build with stable abi

2015-07-13 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, July 13, 2015 10:02 AM > To: Mcnamara, John > Cc: dev at dpdk.org > Subject: [PATCH] mk: fix shared lib build with stable abi > > When next ABI is enabled, the shared lib extension is .so.x.1