summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-01-25 21:36:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-01-25 21:36:36 (GMT)
commit20bc7221f1c2e775d754f2e3616c8dd961c1481b (patch)
treec13453ab87cd5c08764e1a9173f3fd2aea69072c /unix/configure
parentdaf5a05cbed5ebd093734f1fe936477fc580b4b7 (diff)
downloadtk-20bc7221f1c2e775d754f2e3616c8dd961c1481b.zip
tk-20bc7221f1c2e775d754f2e3616c8dd961c1481b.tar.gz
tk-20bc7221f1c2e775d754f2e3616c8dd961c1481b.tar.bz2
Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Cerutti
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure
index cd11970..52d2e86 100755
--- a/unix/configure
+++ b/unix/configure
@@ -5145,6 +5145,7 @@ fi
TCL_NEEDS_EXP_FILE=1
TCL_EXPORT_FILE_SUFFIX='${VERSION}\$\{DBGX\}.dll.a'
TCL_SHLIB_LD_EXTRAS='-Wl,--out-implib,$@.a'
+ TK_SHLIB_LD_EXTRAS='-Wl,--out-implib,$@.a'
echo "$as_me:$LINENO: checking for Cygwin version of gcc" >&5
echo $ECHO_N "checking for Cygwin version of gcc... $ECHO_C" >&6
if test "${ac_cv_cygwin+set}" = set; then
@@ -5858,6 +5859,7 @@ fi
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="${CC} -shared"
TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\$@"
+ TK_SHLIB_LD_EXTRAS="-Wl,-soname,\$@"
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"
DL_LIBS=""