aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
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