mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
The cmake test to find the pthreads functions looks for pthread_cancel, which is not implemented on android. As such, it fails to find any library with pthread functionality, and the configure step fails. This is a cmake issue and not a libevent issue.