Page MenuHomeFreeBSD

build: remove LIBPTHREAD/LIBTHR build options
ClosedPublic

Authored by kevans on Jan 21 2021, 2:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 2, 12:47 PM
Unknown Object (File)
Sat, Apr 27, 4:51 AM
Unknown Object (File)
Thu, Apr 25, 12:13 PM
Unknown Object (File)
Thu, Apr 25, 12:13 PM
Unknown Object (File)
Thu, Apr 25, 4:52 AM
Unknown Object (File)
Wed, Apr 24, 10:08 PM
Unknown Object (File)
Wed, Apr 24, 3:55 AM
Unknown Object (File)
Mon, Apr 22, 8:26 AM

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable