summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-04 16:51:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-04 16:51:34 (GMT)
commiteb82b46a885ed7d88adf980f37e1c70ed25acda0 (patch)
tree96ba00816e489d6a129742173308f5caaf9f8d5d /unix/tcl.m4
parentad992d2c5a96ddc30f78aac1d3e5484b064e9808 (diff)
downloadtk-eb82b46a885ed7d88adf980f37e1c70ed25acda0.zip
tk-eb82b46a885ed7d88adf980f37e1c70ed25acda0.tar.gz
tk-eb82b46a885ed7d88adf980f37e1c70ed25acda0.tar.bz2
Patch from the cygwin folks
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index b54f7a1..0d5d698 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1211,6 +1211,9 @@ dnl AC_CHECK_TOOL(AR, ar)
DL_LIBS="-ldl"
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""
+ TCL_NEEDS_EXP_FILE=1
+ TCL_EXPORT_FILE_SUFFIX='${VERSION}\$\{DBGX\}.dll.a'
+ TCL_SHLIB_LD_EXTRAS='-Wl,--out-implib,$[@].a'
;;
dgux*)
SHLIB_CFLAGS="-K PIC"