summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended/openssl-qat/openssl-qat/openssl_qat-remove-redundant-rpaths.patch
blob: 06d706fd40a720b2817c33c9135636957a8c19d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From ed93d22846a1859ba3ab4584a1358b9325bf2e93 Mon Sep 17 00:00:00 2001
From: Anuj Mittal <anujx.mittal@intel.com>
Date: Tue, 23 Jun 2015 13:59:52 +0800
Subject: [PATCH] openssl_qat: remove redundant rpaths

Upstream-Status: Inappropriate [Configuration]

This is not required and introduces bad rpath errors when
building with bitbake.

Signed-off-by: Anuj Mittal <anujx.mittal@intel.com>
---
 engines/qat_engine/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engines/qat_engine/Makefile b/engines/qat_engine/Makefile
index 02cfd15..e96e66a 100644
--- a/engines/qat_engine/Makefile
+++ b/engines/qat_engine/Makefile
@@ -99,7 +99,7 @@ endif
 SRC=$(QATLIBSRC)
 QATLIBTARGET=$(TOP)/libcrypto.a
 ifdef ICP_BUILD_OUTPUT
-QATSHAREDLIBDEPS=-Wl,-rpath,$(ICP_BUILD_OUTPUT) -L$(ICP_BUILD_OUTPUT) -l$(DRIVER)_s
+QATSHAREDLIBDEPS=-L$(ICP_BUILD_OUTPUT) -l$(DRIVER)_s
 else
 QATSHAREDLIBDEPS=-l$(DRIVER)_s
 endif
-- 
1.7.9.5