summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-12 19:08:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-12 19:08:36 (GMT)
commit52d64644fc6f58a71ae61a30ae32354bbd20811f (patch)
tree537b3fd1b4ed519631235f2472607b4924dc0ab6 /unix/configure
parenta8f9619e8704079f1833063de1c15c27604478cf (diff)
parentac5aeb1bf606dba5103b31fb017aeede2596111b (diff)
downloadtk-52d64644fc6f58a71ae61a30ae32354bbd20811f.zip
tk-52d64644fc6f58a71ae61a30ae32354bbd20811f.tar.gz
tk-52d64644fc6f58a71ae61a30ae32354bbd20811f.tar.bz2
Merge 8.6
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 3d91901..179e629 100755
--- a/unix/configure
+++ b/unix/configure
@@ -5597,11 +5597,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"