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:06:23 +0200 Message-ID: <6929385.Y9o5YL5xZD@xps> References: <20170829070205.11497-1-akhil.goyal@nxp.com> <20170905090251.4229-1-akhil.goyal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, hemant.agrawal@nxp.com, declan.doherty@intel.com To: Akhil Goyal , pablo.de.lara.guarch@intel.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id E50021B279 for ; Thu, 12 Oct 2017 15:06:25 +0200 (CEST) In-Reply-To: <20170905090251.4229-1-akhil.goyal@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" 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.