diff options
author | patthoyts <patthoyts@noemail.net> | 2006-03-02 01:02:26 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@noemail.net> | 2006-03-02 01:02:26 (GMT) |
commit | 14b3e42352fe29d940ddcad07ec9259c4d8b4b84 (patch) | |
tree | 708c1554e7fc4940ea66f3050ee67070dca453cd /unix/tcl.m4 | |
parent | 7c17aefdbfe5e53f249826482caf2e0cce132a01 (diff) | |
download | tk-14b3e42352fe29d940ddcad07ec9259c4d8b4b84.zip tk-14b3e42352fe29d940ddcad07ec9259c4d8b4b84.tar.gz tk-14b3e42352fe29d940ddcad07ec9259c4d8b4b84.tar.bz2 |
* unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library
* unix/configure: issues on NetBSD. Regenerated configure script.
FossilOrigin-Name: 7b45d8c1483849b9bb482c01b29aec3a7b72751a
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 9b86a7b..462a443 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1436,7 +1436,7 @@ dnl AC_CHECK_TOOL(AR, ar) # NetBSD/SPARC needs -fPIC, -fpic will not do. SHLIB_CFLAGS="-fPIC" SHLIB_LD="ld -Bshareable -x" - SHLIB_LD_LIBS="" + SHLIB_LD_LIBS='${LIBS}' SHLIB_SUFFIX=".so" DL_OBJS="tclLoadDl.o" DL_LIBS="" |