diff options
Diffstat (limited to 'lib/libtcl/tclConfig.sh')
-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 3ff8884..573d7b6 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 |