diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-12 19:06:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-12 19:06:14 (GMT) |
commit | ed08b363524958abf0fe28f85e032e86eb2eb0e6 (patch) | |
tree | 2f8911905b74774b1591aa7ceca08874d8dadb56 /unix/configure | |
parent | fcdb9b937d46cb127318a77be883fb3f6844d643 (diff) | |
parent | c26dc231a7444dec93a9c2c66c9808d993a84675 (diff) | |
download | tcl-ed08b363524958abf0fe28f85e032e86eb2eb0e6.zip tcl-ed08b363524958abf0fe28f85e032e86eb2eb0e6.tar.gz tcl-ed08b363524958abf0fe28f85e032e86eb2eb0e6.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 4a6ee81..452d5da 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" |