mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD
because GNU/k*BSD uses gnu pth to provide pthreads, but will also happen on any system that does the same. python fails to build because it doesn't detect gnu pth in pthread emulation. See C comments in patch for details. patch taken from http://bugs.debian.org/264315
This commit is contained in:
parent
d3fe2395b4
commit
a2542bee59