From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2A09B1B162 for ; Thu, 21 Sep 2017 12:50:53 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Sep 2017 03:50:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,425,1500966000"; d="scan'208";a="1221853301" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.24]) by fmsmga002.fm.intel.com with SMTP; 21 Sep 2017 03:50:50 -0700 Received: by (sSMTP sendmail emulation); Thu, 21 Sep 2017 11:50:49 +0100 Date: Thu, 21 Sep 2017 11:50:49 +0100 From: Bruce Richardson To: Timothy Redaelli Cc: dev@dpdk.org Message-ID: <20170921105048.GA15604@bricha3-MOBL3.ger.corp.intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.8.3 (2017-05-23) Subject: Re: [dpdk-dev] [PATCH] app/testpmd: Fix relative rpath for drivers 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, 21 Sep 2017 10:50:54 -0000 On Wed, Sep 20, 2017 at 06:41:28PM +0200, Timothy Redaelli wrote: > This commit fixes the setting of relative rpath on dpdk-testpmd for drivers > ($libdir/dpdk/drivers) to the correct absolute rpath ($prefix$libdir/dpdk/drivers) > > Fixes: d123bba2dfbe ("build: add initial infrastructure for meson & ninja builds") > > Signed-off-by: Timothy Redaelli > --- Acked-by: Bruce Richardson Applied to dpdk-next-build