summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorstanton <stanton>1998-06-18 18:04:56 (GMT)
committerstanton <stanton>1998-06-18 18:04:56 (GMT)
commit8a178c6be4a1066eb916858862f62646f57a90e0 (patch)
tree02feb435516c31c891d1ddbe193c258724b38250 /unix
parentc470e0206e370e1c396deff09951ee7dcd7dce41 (diff)
downloadtcl-8a178c6be4a1066eb916858862f62646f57a90e0.zip
tcl-8a178c6be4a1066eb916858862f62646f57a90e0.tar.gz
tcl-8a178c6be4a1066eb916858862f62646f57a90e0.tar.bz2
minor HPUX tweak
Diffstat (limited to 'unix')
-rw-r--r--unix/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index ee36dc4..b7c2318 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -709,7 +709,7 @@ case $system in
DL_OBJS="tclLoadShl.o"
DL_LIBS="-ldld"
LD_FLAGS="-Wl,-E"
- LD_SEARCH_FLAGS='-Wl,+b,${LIB_RUNTIME_DIR}:.'
+ LD_SEARCH_FLAGS='-Wl,+s,+b,${LIB_RUNTIME_DIR}:.'
fi
;;
IRIX-4.*)