mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Turn on nodelete linker flag because libthr can not be unloaded safely,
it does hook on to libc.
This commit is contained in:
parent
f16f1caffc
commit
35c608253d
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue