summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElrond <elrond@samba.org>2000-03-30 18:24:43 +0000
committerElrond <elrond@samba.org>2000-03-30 18:24:43 +0000
commited84737946ea3f2db522015b15cc6d98177de5bc (patch)
tree9e1167498b9345569fbd08c28a21152c5b97a6ef
parent86b230d7b5e146d80cccda0bd42903e68f727752 (diff)
downloadsamba-ed84737946ea3f2db522015b15cc6d98177de5bc.tar.gz
Trying to fix a problem, Luke has on sun.
this might break others. Linux works at least for me. Elrond
-rw-r--r--source/ltmain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ltmain.sh b/source/ltmain.sh
index 25d3870e926..1d3d7934be6 100644
--- a/source/ltmain.sh
+++ b/source/ltmain.sh
@@ -2688,7 +2688,7 @@ static const void *lt_preloaded_setup() {
;;
*)
# Relative path: add a thisdir entry.
- rpath="$rpath\$thisdir/$dir:"
+ rpath="$rpath\$relink_curdir/$dir:"
;;
esac
done