1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00
freebsd/usr.sbin/ngctl
Kyle Evans ed05bfceb8 build: remove LIBPTHREAD/LIBTHR build options
WITHOUT_LIBTHR has been broken for a little over five years now, since the
xz 5.2.0 update introduced a hard liblzma dependency on libthr, and building
a useful system without threading support is becoming increasingly more
difficult.

Additionally, in the five plus years that it's been broken more reverse
dependencies have cropped up in libzstd, libsqlite3, and libcrypto (among
others) that make it more and more difficult to reconcile the effort needed
to fix these options.

Remove the broken options.

PR:		252760

(cherry picked from commit 123ae3045d)
(cherry picked from commit 251a6ddfbd)
2021-01-28 19:21:46 -06:00
..
config.c
connect.c
debug.c
dot.c ngctl: add -c (compact output) for the dot command 2020-10-04 17:07:13 +00:00
list.c
main.c
Makefile build: remove LIBPTHREAD/LIBTHR build options 2021-01-28 19:21:46 -06:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options
mkpeer.c
msg.c
name.c
ngctl.8
ngctl.h
rmhook.c
show.c
shutdown.c
status.c
types.c
write.c