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

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jul 13 11:32:07 CEST 2015


> > 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 next abi preview")
> > 
> > Reported-by: John McNamara <john.mcnamara at intel.com>
> > Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
> 
> That fixes it. Thanks.
> 
> Acked-by: John McNamara <john.mcnamara at intel.com>

Applied, thanks.
Now that next ABI can be disabled, patches using it may be applied :)


More information about the dev mailing list