From 3943f47714e00435bfd4bf84e8cd06a8d967110a Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Tue, 8 Oct 1996 04:37:00 +0000 Subject: [PATCH] Link shared libraries with -x --- lib/libtcl/tclConfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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