diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-04 16:57:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-04 16:57:04 (GMT) |
commit | 737dfa9bcb107e65f0a5070c248eeffc9b48a029 (patch) | |
tree | 6ac3227647371e9bd5806e15e73d0d2c73cd7ea2 /unix/tcl.m4 | |
parent | 5f980e90395c85af59bb9286b197a620d8ba911f (diff) | |
parent | c7743f2ce4ec3fec9d6ea18f1edb649f89085448 (diff) | |
download | tk-737dfa9bcb107e65f0a5070c248eeffc9b48a029.zip tk-737dfa9bcb107e65f0a5070c248eeffc9b48a029.tar.gz tk-737dfa9bcb107e65f0a5070c248eeffc9b48a029.tar.bz2 |
Patch from the cygwin folks
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 229e0b8..cb6c842 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1228,6 +1228,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" |