23 lines
848 B
Diff
23 lines
848 B
Diff
|
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
||
|
Date: Thu, 13 Dec 2018 23:27:46 +0100
|
||
|
Subject: no-rpath
|
||
|
|
||
|
===================================================================
|
||
|
---
|
||
|
Makefile.shared | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/Makefile.shared b/Makefile.shared
|
||
|
index e8d222ac6a00..f68d6ff877ac 100644
|
||
|
--- a/Makefile.shared
|
||
|
+++ b/Makefile.shared
|
||
|
@@ -153,7 +153,7 @@ DO_GNU_SO=$(CALC_VERSIONS); \
|
||
|
NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
|
||
|
SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
|
||
|
|
||
|
-DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)"
|
||
|
+DO_GNU_APP=LDFLAGS="$(CFLAGS)"
|
||
|
|
||
|
#This is rather special. It's a special target with which one can link
|
||
|
#applications without bothering with any features that have anything to
|