aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-02-13 23:52:54 +0000
committerRichard Levitte <levitte@openssl.org>2003-02-13 23:52:54 +0000
commit2d3de726c5cc64d419dcdebf427b0cb58c608b36 (patch)
tree631264a2f6b76eb467c921f15179af7308dab2e0 /Makefile.org
parent4989f0599f408aeed89bf559c58d60d951823713 (diff)
downloadopenssl-2d3de726c5cc64d419dcdebf427b0cb58c608b36.tar.gz
Add full support for -rpath/-R, both in shared libraries and
applications, at least on the platforms where it's known how to do it. Note: this has only been tested on GNU-based platforms (Linux), and needs to be tested on all others. Additionally, it's not yet supported on the following platforms, for lack of information: Darwin (MacOS X) Cygwin OSF1/Alpha SVR3 ReliantUNIX Please help out with testing and the platforms we don't yet know well enough.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org
index 3568efc314..847bcebad1 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -286,6 +286,7 @@ do_$(SHLIB_TARGET):
LIBNAME=$$i LIBVERSION=${SHLIB_MAJOR}.${SHLIB_MINOR} \
LIBCOMPATVERSIONS=";${SHLIB_VERSION_HISTORY}" \
LIBDEPS="$$libs $(EX_LIBS)" \
+ LIBRPATH="$(INSTALLTOP)/lib" \
link_a.$(SHLIB_TARGET); \
libs="$$libs -l$$i"; \
done