From 989e6a53bd54006ab5d9e15bb79f67fa2e7ece22 Mon Sep 17 00:00:00 2001 From: jenglish Date: Wed, 8 Mar 2006 07:09:28 +0000 Subject: Set SHLIB_LD_FLAGS='${LIBS}' on NetBSD, as per the other *BSD variants [Bug 1334613]. Regenerate 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 ac1c661..b601ea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-07 Joe English + * unix/tcl.m4: Set SHLIB_LD_FLAGS='${LIBS}' on NetBSD, + as per the other *BSD variants [Bug 1334613]. + * unix/configure: Regenerated. + 2006-03-07 Don Porter * changes: Update in prep. for 8.5a4 release. diff --git a/unix/configure b/unix/configure index 2de4234..f5eacd5 100755 --- a/unix/configure +++ b/unix/configure @@ -7063,7 +7063,7 @@ _ACEOF # 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 3d35a27..2a2af3b 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1474,7 +1474,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