summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-21 17:42:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-21 17:42:16 (GMT)
commit4db003c2bf902b43e625ae690864201b9d3e51ed (patch)
treebc01249f35028983b356d294e66b688629135258 /unix/configure
parent82ddcc716b49790cf70e81e2a116a93181f4ef12 (diff)
downloadtcl-4db003c2bf902b43e625ae690864201b9d3e51ed.zip
tcl-4db003c2bf902b43e625ae690864201b9d3e51ed.tar.gz
tcl-4db003c2bf902b43e625ae690864201b9d3e51ed.tar.bz2
Cherrypick Fix build on OpenBSD. [82701b94c4] missed a couple of bits.
Tcl/Tk's tcl.m4 isn't identical to TEA's tcl.m4 - be careful!
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 8531e81..1ebe843 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7525,13 +7525,15 @@ fi
esac
SHLIB_LD='${CC} -shared ${SHLIB_CFLAGS}'
SHLIB_SUFFIX=".so"
+ DL_OBJS="tclLoadDl.o"
+ DL_LIBS=""
if test $doRpath = yes; then
CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
fi
LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so${SHLIB_VERSION}'
+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.${SHLIB_VERSION}'
LDFLAGS="-Wl,-export-dynamic"
CFLAGS_OPTIMIZE="-O2"
if test "${TCL_THREADS}" = "1"; then