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

2014-12-01 Thread Thomas Monjalon
2014-12-01 09:57, Gonzalez Monroy, Sergio: > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2014-10-23 16:36, Sergio Gonzalez Monroy: > > > Building combined shared libraries results in applications being > > > linked against separeted/individual and combined libs altogether. > >

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

2014-12-01 Thread Gonzalez Monroy, Sergio
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, December 1, 2014 10:35 AM > > By "disable separated libs", I mean enclose the LDLIBS lines for separated > libs > with ifneq ($(RTE_BUILD_COMBINE_LIBS),y) Using ifeq is more explicit than > inserting LDLIBS= in the midd

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

2014-12-01 Thread Gonzalez Monroy, Sergio
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, November 28, 2014 3:56 PM > > 2014-10-23 16:36, Sergio Gonzalez Monroy: > > Building combined shared libraries results in applications being > > linked against separeted/individual and combined libs altogether. > > > > L

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

2014-11-28 Thread Thomas Monjalon
2014-10-23 16:36, Sergio Gonzalez Monroy: > 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: Sergio Gonzalez Monroy [...] >

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

2014-10-28 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Thursday, October 23, 2014 4:37 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] mk: fix app linking for combined libs > > Building combined sha

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

2014-10-23 Thread Sergio Gonzalez Monroy
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: Sergio Gonzalez Monroy --- mk/rte.app.mk | 10 ++ 1 file changed, 6 inserti