diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-03-02 01:08:00 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-03-02 01:08:00 (GMT) |
commit | 00e977eb6c28f01b6821f02d802b35aa4cc50507 (patch) | |
tree | 631cbbcd42ff933ce74a1fe9436f3ff072609993 /unix/tcl.m4 | |
parent | f3aac3d2f6e4ef9f0217aea89e8e288039d90bca (diff) | |
download | tcl-00e977eb6c28f01b6821f02d802b35aa4cc50507.zip tcl-00e977eb6c28f01b6821f02d802b35aa4cc50507.tar.gz tcl-00e977eb6c28f01b6821f02d802b35aa4cc50507.tar.bz2 |
* unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library
* unix/configure: issues on NetBSD. Regenerated configure script.
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="" |