diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-03-04 16:39:48 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-03-04 16:39:48 (GMT) |
| commit | 773a4e1b0466f4e1fcd40675142c8f4881cdacb4 (patch) | |
| tree | e40bc3bcd27564c210916245866b4881d50cf89e /unix/configure | |
| parent | f0e20ec8f63e8a2fcabc74b0c2bde6c65e49a926 (diff) | |
| parent | be2d390f9bd6f8a77d740efd7c4e7449eba681f0 (diff) | |
| download | tcl-773a4e1b0466f4e1fcd40675142c8f4881cdacb4.zip tcl-773a4e1b0466f4e1fcd40675142c8f4881cdacb4.tar.gz tcl-773a4e1b0466f4e1fcd40675142c8f4881cdacb4.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" |
