From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] mk: add rpath for applications Date: Wed, 18 May 2016 16:35:22 +0200 Message-ID: <1673243.alVzBu27DT@xps13> References: <5728A686.5040004@intel.com> <1462287819-24407-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 0AE5A5AB0 for ; Wed, 18 May 2016 16:35:55 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id v200so26803459wmv.1 for ; Wed, 18 May 2016 07:35:55 -0700 (PDT) In-Reply-To: <1462287819-24407-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-05-03 16:03, Ferruh Yigit: > Add default library output folder to the library search folder. > > This is useful for development environment, in production environment > DPDK libraries already should be in know locations. > > Patch removes requirement to set LD_LIBRARY_PATH variable when DPDK > compiled as shared library. > > Signed-off-by: Ferruh Yigit Applied, thanks