diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-03-02 01:02:27 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-03-02 01:02:27 (GMT) |
commit | 45b133684957ab2a31753fb1503c2e7d1d18aa5a (patch) | |
tree | 708c1554e7fc4940ea66f3050ee67070dca453cd /unix/tcl.m4 | |
parent | 476a3e28876df91e6dd4b39375fd00f9ee7a5922 (diff) | |
download | tk-45b133684957ab2a31753fb1503c2e7d1d18aa5a.zip tk-45b133684957ab2a31753fb1503c2e7d1d18aa5a.tar.gz tk-45b133684957ab2a31753fb1503c2e7d1d18aa5a.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="" |