diff options
author | pst <pst@FreeBSD.org> | 1996-10-08 04:37:00 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-10-08 04:37:00 +0000 |
commit | 0611e5ccfeefba38555ff21c17893ea71be36e5d (patch) | |
tree | 9af550edb1be4f8b3f3698983115a213c1674c82 | |
parent | cf16ac24a74eb6800dcd0771a313fc3d4f0addb5 (diff) | |
download | FreeBSD-src-0611e5ccfeefba38555ff21c17893ea71be36e5d.zip FreeBSD-src-0611e5ccfeefba38555ff21c17893ea71be36e5d.tar.gz |
Link shared libraries with -x
-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 |