summaryrefslogtreecommitdiffstats
path: root/unix/configure
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/configure
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/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
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=""