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, Jun 25, 1:29 PM
Unknown Object (File)
Wed, Jun 24, 4:29 PM
Unknown Object (File)
Mon, Jun 22, 4:40 PM
Unknown Object (File)
Sun, Jun 21, 1:46 AM
Unknown Object (File)
Fri, Jun 19, 4:01 PM
Unknown Object (File)
Wed, Jun 17, 1:42 AM
Unknown Object (File)
Fri, Jun 5, 12:26 AM
Unknown Object (File)
Thu, May 28, 9:27 PM

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