termux-packages/packages/libevent
Henrik Grimler af3d7b8cb0
fix(main/libevent): override FindThreads configure step
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.
2022-08-30 11:12:20 +02:00
..
CMakeLists.txt.patch fix(main/libevent): override FindThreads configure step 2022-08-30 11:12:20 +02:00
build.sh fix(main/libevent): override FindThreads configure step 2022-08-30 11:12:20 +02:00
evdns.c.patch
evutil.c.patch
evutil_rand.c.patch