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/tcl.m4 | |
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/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index a5a4884..dfbb9be 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1515,9 +1515,9 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ # Digital OSF/1 SHLIB_CFLAGS="" AS_IF([test "$SHARED_BUILD" = 1], [ - SHLIB_LD='ld -shared -expect_unresolved "*"' + SHLIB_LD='${CC} -shared' ], [ - SHLIB_LD='ld -non_shared -expect_unresolved "*"' + SHLIB_LD='${CC} -non_shared' ]) SHLIB_SUFFIX=".so" DL_OBJS="tclLoadDl.o" |