diff options
author | stanton <stanton> | 1998-06-18 18:04:56 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-06-18 18:04:56 (GMT) |
commit | 8a178c6be4a1066eb916858862f62646f57a90e0 (patch) | |
tree | 02feb435516c31c891d1ddbe193c258724b38250 | |
parent | c470e0206e370e1c396deff09951ee7dcd7dce41 (diff) | |
download | tcl-8a178c6be4a1066eb916858862f62646f57a90e0.zip tcl-8a178c6be4a1066eb916858862f62646f57a90e0.tar.gz tcl-8a178c6be4a1066eb916858862f62646f57a90e0.tar.bz2 |
minor HPUX tweak
-rw-r--r-- | unix/configure.in | 2 |
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.*) |