From 45b133684957ab2a31753fb1503c2e7d1d18aa5a Mon Sep 17 00:00:00 2001 From: patthoyts Date: Thu, 2 Mar 2006 01:02:27 +0000 Subject: * unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library * unix/configure: issues on NetBSD. Regenerated configure script. --- ChangeLog | 5 +++++ unix/configure | 2 +- unix/tcl.m4 | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index eb6ebbc..03abca9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-02 Pat Thoyts + + * unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library + * unix/configure: issues on NetBSD. Regenerated configure script. + 2006-02-27 Donal K. Fellows * generic/tkBitmap.c (Tk_GetBitmapFromData): Improve thread-safety. diff --git a/unix/configure b/unix/configure index 4fec79f..7bd69a8 100755 --- a/unix/configure +++ b/unix/configure @@ -2747,7 +2747,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then # 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="" 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="" -- cgit v0.12