Re: [dpdk-dev] [PATCH] test: fix build when disabling ipsec library

2019-01-17 Thread Thomas Monjalon
17/01/2019 13:20, Ananyev, Konstantin: > From: David Marchand [mailto:david.march...@redhat.com] > > > > Caught after pulling ipsec then compile in an existing build directory. > > > > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") > > Signed-off-by: David Marchand > > --- > > Did

Re: [dpdk-dev] [PATCH] test: fix build when disabling ipsec library

2019-01-17 Thread Ananyev, Konstantin
> -Original Message- > From: David Marchand [mailto:david.march...@redhat.com] > Sent: Thursday, January 17, 2019 10:15 AM > To: dev@dpdk.org > Cc: Awal, Mohammad Abdul ; Iremonger, Bernard > ; Ananyev, > Konstantin ; Doherty, Declan > ; akhil.go...@nxp.com > Subject: [PATCH] test: fix

[dpdk-dev] [PATCH] test: fix build when disabling ipsec library

2019-01-17 Thread David Marchand
Caught after pulling ipsec then compile in an existing build directory. Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") Signed-off-by: David Marchand --- Did a simple fix, we might want to have something like a _LDLIBS-y variable but that's just cosmetic. --- test/test/Makefile |