diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-04 16:38:22 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-04 16:38:22 (GMT) |
| commit | f28d0bc94fc664d49cd9f24f5359eb108fb0a14b (patch) | |
| tree | 9e274cdbd334b76e1188eea62fee37cf6ce2c1e6 /unix | |
| parent | c94680eeb65b3684c71a97e1d68371a1b9fbf27c (diff) | |
| parent | 45885a67c8ec1dfcd207721a2a38afd14a415a2c (diff) | |
| download | tcl-f28d0bc94fc664d49cd9f24f5359eb108fb0a14b.zip tcl-f28d0bc94fc664d49cd9f24f5359eb108fb0a14b.tar.gz tcl-f28d0bc94fc664d49cd9f24f5359eb108fb0a14b.tar.bz2 | |
Patch from the cygwin folks
Diffstat (limited to 'unix')
| -rwxr-xr-x | unix/configure | 3 | ||||
| -rw-r--r-- | unix/tcl.m4 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index 2ba3d68..43c2d1c 100755 --- a/unix/configure +++ b/unix/configure @@ -6935,6 +6935,9 @@ fi 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" 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" |
