[dpdk-dev] mk: fix app linking for combined libs

2014-12-16 Thread Hiroshi Shimamoto
> Subject: Re: [dpdk-dev] mk: fix app linking for combined libs > > 2014-12-08 09:53, Neil Horman: > > On Thu, Oct 23, 2014 at 04:36:44PM +0100, Sergio Gonzalez Monroy wrote: > > > Building combined shared libraries results in applications being linked > > >

[dpdk-dev] mk: fix app linking for combined libs

2014-12-16 Thread Thomas Monjalon
2014-12-08 09:53, Neil Horman: > On Thu, Oct 23, 2014 at 04:36:44PM +0100, Sergio Gonzalez Monroy wrote: > > Building combined shared libraries results in applications being linked > > against separeted/individual and combined libs altogether. > > > > Link only against combined lib when the config

[dpdk-dev] mk: fix app linking for combined libs

2014-12-08 Thread Neil Horman
On Thu, Oct 23, 2014 at 04:36:44PM +0100, Sergio Gonzalez Monroy wrote: > Building combined shared libraries results in applications being linked > against separeted/individual and combined libs altogether. > > Link only against combined lib when the config option is enabled. > > Signed-off-by: S