Link shared libraries with -x

This commit is contained in:
Paul Traina 1996-10-08 04:37:00 +00:00
parent 39bae8bbb9
commit 3943f47714
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18806

View File

@ -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