diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-04 16:55:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-04 16:55:54 (GMT) |
commit | 43244c813876cc13b3b830d9b08bfecf09bb3f17 (patch) | |
tree | a92fe1ea0f9e70ec3521f967e287bdeb189f06ec /unix/tcl.m4 | |
parent | fa803f3c155907860b9eb6ae28246356786e0854 (diff) | |
parent | 8635e9387149709f7c121b691beb8dff2bfa4517 (diff) | |
download | tk-43244c813876cc13b3b830d9b08bfecf09bb3f17.zip tk-43244c813876cc13b3b830d9b08bfecf09bb3f17.tar.gz tk-43244c813876cc13b3b830d9b08bfecf09bb3f17.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 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" |