diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-03-02 01:08:00 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-03-02 01:08:00 (GMT) |
commit | 4d8af4bcacdefec851b5633d2238e753b0b0437a (patch) | |
tree | 631cbbcd42ff933ce74a1fe9436f3ff072609993 /unix/configure | |
parent | aea6c6f98570eb34604011e06d7fc4d5b9cc256a (diff) | |
download | tcl-4d8af4bcacdefec851b5633d2238e753b0b0437a.zip tcl-4d8af4bcacdefec851b5633d2238e753b0b0437a.tar.gz tcl-4d8af4bcacdefec851b5633d2238e753b0b0437a.tar.bz2 |
* unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library
* unix/configure: issues on NetBSD. Regenerated configure script.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 5ce4285..cb69701 100755 --- a/unix/configure +++ b/unix/configure @@ -3250,7 +3250,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="" |