Shared libraries should be linked with -x.

Submitted to:	john.osterhout@eng.sun.com
This commit is contained in:
Paul Traina 1996-10-08 04:35:45 +00:00
parent 5d55a64610
commit 39bae8bbb9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18805

View File

@ -3280,7 +3280,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
SHLIB_CFLAGS="-fpic"
SHLIB_LD="ld -Bshareable"
SHLIB_LD="ld -Bshareable -x"
SHLIB_LD_LIBS=""
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl2.o"