diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-10-08 04:35:45 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-10-08 04:35:45 +0000 |
| commit | 39bae8bbb962414f668861f837fa5f9a6bf13fd9 (patch) | |
| tree | 85fee9b6d0caaf6029f387aadcbff91d4ea7084a /contrib/tcl/unix | |
| parent | 5d55a64610e325e91ca56aa9515091c942e6801c (diff) | |
Notes
Diffstat (limited to 'contrib/tcl/unix')
| -rwxr-xr-x | contrib/tcl/unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcl/unix/configure b/contrib/tcl/unix/configure index 090fa9ebd6a2..82ba009c748a 100755 --- a/contrib/tcl/unix/configure +++ b/contrib/tcl/unix/configure @@ -3280,7 +3280,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 SHLIB_CFLAGS="-fpic" - SHLIB_LD="ld -Bshareable" + SHLIB_LD="ld -Bshareable -x" SHLIB_LD_LIBS="" SHLIB_SUFFIX=".so" DL_OBJS="tclLoadDl2.o" |
