From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 06B8120C87; Thu, 12 Oct 2017 09:06:25 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 12 Oct 2017 09:06:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=Fo9je2lah/poktGV5l0bVPBkHy Zho4Qlmjidw4Z5wgo=; b=d6LV1z0CrTG+6VK9aAkTrRnLY4Z6h8v9/CfuZe8Aal ZL7UlACJs8Wk7JLOvS2ZKBu8jOIEyztlRGkdQZ9q5HOH8jBF55vz0hcYygvS+t3/ nEfrSkgBy2rbPREdDRKDohl2rAiADJYJbU+PTwF+0Bo8eLg7ICfgQiG1YAuh03hG g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=Fo9je2 lah/poktGV5l0bVPBkHyZho4Qlmjidw4Z5wgo=; b=of0MLuDN1zN3F0wyiYESQs NvOl8NXRsX9Tv1cIt/D166yUHiYA7WDixl1dOCcXDEx+2c7PilgpVsJ9n9ICUTbr vu5karPgli00hyH/iWAx0QJbz5zld1/qWz2THqYfWIFJ5Lce5b5sJEJzyXQ8y/i7 QJowrsNBVZ0GRMUVmXOzVdjJqC++YsCoq/GoOnVoQnIKc2s6/K7XVpAIXEj0oA+X aeALu6ojM7ebGiq61DDZBxflPwBcgPDEa/3z1yMOFut+ye9pgeFV/6sUr6jAo61k 6M4gsa64yabQJ7M7hRYRjRBjeHZyPkzilwvF0oa5MHxLAmjletPHXPOSpWbk1w/g == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 019B97E6C9; Thu, 12 Oct 2017 09:06:24 -0400 (EDT) From: Thomas Monjalon To: Akhil Goyal , pablo.de.lara.guarch@intel.com Cc: dev@dpdk.org, hemant.agrawal@nxp.com, declan.doherty@intel.com Date: Thu, 12 Oct 2017 15:06:23 +0200 Message-ID: <6929385.Y9o5YL5xZD@xps> In-Reply-To: <20170905090251.4229-1-akhil.goyal@nxp.com> References: <20170829070205.11497-1-akhil.goyal@nxp.com> <20170905090251.4229-1-akhil.goyal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] crypto/openssl: add openssl path for cross compile X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2017 13:06:26 -0000 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.