Turn on nodelete linker flag because libthr can not be unloaded safely,
it does hook on to libc.
This commit is contained in:
parent
1693b22055
commit
949d94d036
@ -25,6 +25,7 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf
|
||||
CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_ARCH}
|
||||
CFLAGS+=-I${.CURDIR}/../libthread_db
|
||||
CFLAGS+=-Winline
|
||||
LDFLAGS+=-Wl,-znodelete
|
||||
|
||||
VERSION_DEF=${.CURDIR}/../libc/Versions.def
|
||||
SYMBOL_MAPS=${.CURDIR}/pthread.map
|
||||
|
Loading…
x
Reference in New Issue
Block a user