summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-12 19:07:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-12 19:07:05 (GMT)
commit88ba6568a5e431d53b105f07bbc2851d7c95a5ae (patch)
tree6d79bc4ee239156d9cf4a5c42a87032b70c535d2 /unix/configure
parent72cbea158c57a14352475927c987183fd327867c (diff)
parented08b363524958abf0fe28f85e032e86eb2eb0e6 (diff)
downloadtcl-88ba6568a5e431d53b105f07bbc2851d7c95a5ae.zip
tcl-88ba6568a5e431d53b105f07bbc2851d7c95a5ae.tar.gz
tcl-88ba6568a5e431d53b105f07bbc2851d7c95a5ae.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 429c42e..d06650d 100755
--- a/unix/configure
+++ b/unix/configure
@@ -6761,11 +6761,11 @@ printf "%s\n" "#define _OE_SOCKETS 1" >>confdefs.h
if test "$SHARED_BUILD" = 1
then :
- SHLIB_LD='ld -shared -expect_unresolved "*"'
+ SHLIB_LD='${CC} -shared'
else $as_nop
- SHLIB_LD='ld -non_shared -expect_unresolved "*"'
+ SHLIB_LD='${CC} -non_shared'
fi
SHLIB_SUFFIX=".so"