From patchwork Thu Oct 27 13:55:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Nelkenbaum X-Patchwork-Id: 9399363 X-Patchwork-Delegate: hal@mellanox.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 683366059C for ; Thu, 27 Oct 2016 13:57:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 462242A2EB for ; Thu, 27 Oct 2016 13:57:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 396612A300; Thu, 27 Oct 2016 13:57:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 59E652A2EB for ; Thu, 27 Oct 2016 13:57:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754637AbcJ0Nzu (ORCPT ); Thu, 27 Oct 2016 09:55:50 -0400 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:57680 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754325AbcJ0Nzt (ORCPT ); Thu, 27 Oct 2016 09:55:49 -0400 Received: from Internal Mail-Server by MTLPINE1 (envelope-from ilyan@dev.mellanox.co.il) with ESMTPS (AES256-SHA encrypted); 27 Oct 2016 15:55:45 +0200 Received: from ajna01.mtr.labs.mlnx. (ajna01.mtr.labs.mlnx [10.209.37.199]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id u9RDtj9i003872; Thu, 27 Oct 2016 16:55:45 +0300 From: Ilya Nelkenbaum To: hal@dev.mellanox.co.il Cc: linux-rdma@vger.kernel.org, ilyan@mellanox.com Subject: [PATCH] ibsim/Makefile: Add install rpath to linker Date: Thu, 27 Oct 2016 16:55:31 +0300 Message-Id: <1477576531-29723-1-git-send-email-ilyan@dev.mellanox.co.il> X-Mailer: git-send-email 1.8.3.1 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Ilya Nelkenbaum Signed-off-by: Ilya Nelkenbaum --- ibsim/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ibsim/Makefile b/ibsim/Makefile index 5d1ac62..ad94651 100644 --- a/ibsim/Makefile +++ b/ibsim/Makefile @@ -1,5 +1,7 @@ progs:=ibsim +ibsim_LDFLAGS = "-Wl,-rpath,\$$ORIGIN/../lib" + -include ../defs.mk all: $(progs)