mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Shared libraries should be linked with -x.
Submitted to: john.osterhout@eng.sun.com
This commit is contained in:
parent
5d55a64610
commit
39bae8bbb9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18805
2
contrib/tcl/unix/configure
vendored
2
contrib/tcl/unix/configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user