From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] crypto/openssl: add openssl path for cross compile Date: Thu, 12 Oct 2017 15:34:40 +0200 Message-ID: <1673398.6HC6qXQKaP@xps> References: <20170829070205.11497-1-akhil.goyal@nxp.com> <6929385.Y9o5YL5xZD@xps> <00e1e055-c2b4-9e41-5445-3e007010f3d1@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Akhil Goyal , pablo.de.lara.guarch@intel.com, dev@dpdk.org, declan.doherty@intel.com To: Hemant Agrawal Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 3B6E91B39C for ; Thu, 12 Oct 2017 15:34:42 +0200 (CEST) In-Reply-To: <00e1e055-c2b4-9e41-5445-3e007010f3d1@nxp.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" 12/10/2017 15:31, Hemant Agrawal: > On 10/12/2017 6:36 PM, Thomas Monjalon wrote: > > 05/09/2017 11:02, Akhil Goyal: > >> OPENSSL_PATH should be defined in case openssl > >> driver is cross compiled > > > > No: in case OpenSSL cannot be found automatically, > > you should use EXTRA_CFLAGS and EXTRA_LDFLAGS. > > > > It is the same for other standard dependencies like > > libnuma, libpcap, libzip, etc. > > > Pablo/Thomas, > We are ok to drop this patch. OK, thanks a lot for confirming. Appreciated