summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-04 16:55:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-04 16:55:54 (GMT)
commitc7743f2ce4ec3fec9d6ea18f1edb649f89085448 (patch)
treea92fe1ea0f9e70ec3521f967e287bdeb189f06ec /unix/tcl.m4
parent220b6aecbb178564d3ee630cf19c6aa8ae93a67d (diff)
parenteb82b46a885ed7d88adf980f37e1c70ed25acda0 (diff)
downloadtk-c7743f2ce4ec3fec9d6ea18f1edb649f89085448.zip
tk-c7743f2ce4ec3fec9d6ea18f1edb649f89085448.tar.gz
tk-c7743f2ce4ec3fec9d6ea18f1edb649f89085448.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 78eacd9..37c7c74 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1245,6 +1245,9 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
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"