From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test: fix build when disabling ipsec library Date: Fri, 18 Jan 2019 00:16:06 +0100 Message-ID: <4332155.xQxqhH1LHb@xps> References: <1547720122-5835-1-git-send-email-david.marchand@redhat.com> <2601191342CEEE43887BDE71AB977258010D90500E@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Ananyev, Konstantin" , "Awal, Mohammad Abdul" , "Iremonger, Bernard" , "Doherty, Declan" , "akhil.goyal@nxp.com" To: David Marchand Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id E4C6BDE3 for ; Fri, 18 Jan 2019 00:16:09 +0100 (CET) In-Reply-To: <2601191342CEEE43887BDE71AB977258010D90500E@irsmsx105.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/01/2019 13:20, Ananyev, Konstantin: > From: David Marchand [mailto:david.marchand@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 a simple fix, we might want to have something like a _LDLIBS-y > > variable but that's just cosmetic. > > > > --- > > Acked-by: Konstantin Ananyev Applied, thanks