diff options
author | jenglish <jenglish@flightlab.com> | 2006-03-08 07:09:28 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2006-03-08 07:09:28 (GMT) |
commit | 989e6a53bd54006ab5d9e15bb79f67fa2e7ece22 (patch) | |
tree | 2ffa6bfece9cd64e618645ecac22fe74b991d9ce /unix/tcl.m4 | |
parent | c8b282c1dee23513c9c4a01eb88fda5b2e54185a (diff) | |
download | tcl-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.m4 | 2 |
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="" |