summaryrefslogtreecommitdiffstats
path: root/lib/libtcl
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-10-08 04:37:00 +0000
committerpst <pst@FreeBSD.org>1996-10-08 04:37:00 +0000
commit0611e5ccfeefba38555ff21c17893ea71be36e5d (patch)
tree9af550edb1be4f8b3f3698983115a213c1674c82 /lib/libtcl
parentcf16ac24a74eb6800dcd0771a313fc3d4f0addb5 (diff)
downloadFreeBSD-src-0611e5ccfeefba38555ff21c17893ea71be36e5d.zip
FreeBSD-src-0611e5ccfeefba38555ff21c17893ea71be36e5d.tar.gz
Link shared libraries with -x
Diffstat (limited to 'lib/libtcl')
-rw-r--r--lib/libtcl/tclConfig.sh2
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
OpenPOWER on IntegriCloud