summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2006-03-08 07:09:28 (GMT)
committerjenglish <jenglish@flightlab.com>2006-03-08 07:09:28 (GMT)
commit989e6a53bd54006ab5d9e15bb79f67fa2e7ece22 (patch)
tree2ffa6bfece9cd64e618645ecac22fe74b991d9ce /unix/tcl.m4
parentc8b282c1dee23513c9c4a01eb88fda5b2e54185a (diff)
downloadtcl-989e6a53bd54006ab5d9e15bb79f67fa2e7ece22.zip
tcl-989e6a53bd54006ab5d9e15bb79f67fa2e7ece22.tar.gz
tcl-989e6a53bd54006ab5d9e15bb79f67fa2e7ece22.tar.bz2
Set SHLIB_LD_FLAGS='${LIBS}' on NetBSD, as per the other *BSD variants
[Bug 1334613]. Regenerate configure script.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
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=""