https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286537
--- Comment #13 from [email protected] --- stop. D50133.diff was not applied. ``` LDFLAGS+=-Wl,-znodelete +LDFLAGS+=-Wl,-zinitfirst LDFLAGS+=-Wl,--auxiliary,libsys.so.7 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def ``` one line has to be added to lib/libthr/Makefile .... .endif LDFLAGS+=-Wl,-znodelete VERSION_DEF=${SRCTOP}/lib/libc/Versions.def .... But there is no line `LDFLAGS+=-Wl,--auxiliary,libsys.so.7` in releng/14.2 -- You are receiving this mail because: You are the assignee for the bug.
