diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-04 16:39:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-04 16:39:48 (GMT) |
commit | ba2470470137af8787d19239c6f60d8b182f70b3 (patch) | |
tree | e40bc3bcd27564c210916245866b4881d50cf89e /unix/configure | |
parent | a7f1089e87dd31ac949522312a911f1c8e013d39 (diff) | |
parent | f28d0bc94fc664d49cd9f24f5359eb108fb0a14b (diff) | |
download | tcl-ba2470470137af8787d19239c6f60d8b182f70b3.zip tcl-ba2470470137af8787d19239c6f60d8b182f70b3.tar.gz tcl-ba2470470137af8787d19239c6f60d8b182f70b3.tar.bz2 |
Patch from the cygwin folks
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index 72d704d..72d5d73 100755 --- a/unix/configure +++ b/unix/configure @@ -7061,6 +7061,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" |