diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2005-11-06 13:44:37 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2005-11-06 13:44:37 (GMT) |
commit | 13010d67c9c0edfd893e9207ceba63cc4c7d1ca2 (patch) | |
tree | 146c866d2f00f5c3f01b932b3d9100e6f8f49a65 /unix/tcl.m4 | |
parent | b7fdb353b12a2fa8364c890e129787e133e8aa5c (diff) | |
download | tk-13010d67c9c0edfd893e9207ceba63cc4c7d1ca2.zip tk-13010d67c9c0edfd893e9207ceba63cc4c7d1ca2.tar.gz tk-13010d67c9c0edfd893e9207ceba63cc4c7d1ca2.tar.bz2 |
Added LIBS to fix issue building tclkit on OpenBSD
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index a48c114..4ab705f 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1351,7 +1351,7 @@ dnl AC_CHECK_TOOL(AR, ar) SHLIB_CFLAGS="-fpic";; esac SHLIB_LD="${CC} -shared ${SHLIB_CFLAGS}" - SHLIB_LD_LIBS="" + SHLIB_LD_LIBS='${LIBS}' SHLIB_SUFFIX=".so" DL_OBJS="tclLoadDl.o" DL_LIBS="" |