diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-12 19:08:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-12 19:08:36 (GMT) |
commit | 52d64644fc6f58a71ae61a30ae32354bbd20811f (patch) | |
tree | 537b3fd1b4ed519631235f2472607b4924dc0ab6 /unix/configure | |
parent | a8f9619e8704079f1833063de1c15c27604478cf (diff) | |
parent | ac5aeb1bf606dba5103b31fb017aeede2596111b (diff) | |
download | tk-52d64644fc6f58a71ae61a30ae32354bbd20811f.zip tk-52d64644fc6f58a71ae61a30ae32354bbd20811f.tar.gz tk-52d64644fc6f58a71ae61a30ae32354bbd20811f.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 4 |
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" |