diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-10-08 04:37:00 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-10-08 04:37:00 +0000 |
| commit | 3943f47714e00435bfd4bf84e8cd06a8d967110a (patch) | |
| tree | 9af550edb1be4f8b3f3698983115a213c1674c82 /lib/libtcl | |
| parent | 39bae8bbb962414f668861f837fa5f9a6bf13fd9 (diff) | |
Notes
Diffstat (limited to 'lib/libtcl')
| -rw-r--r-- | lib/libtcl/tclConfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtcl/tclConfig.sh b/lib/libtcl/tclConfig.sh index 3ff888450df4..573d7b68107b 100644 --- a/lib/libtcl/tclConfig.sh +++ b/lib/libtcl/tclConfig.sh @@ -40,7 +40,7 @@ TCL_EXEC_PREFIX='/usr' TCL_SHLIB_CFLAGS='-fPIC' # Base command to use for combining object files into a shared library: -TCL_SHLIB_LD='ld -Bshareable' +TCL_SHLIB_LD='ld -Bshareable -x' # Either '$LIBS' (if dependent libraries should be included when linking # shared libraries) or an empty string. See Tcl's configure.in for more |
