mariadb: Fix detection of `select()`

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2023-04-06 22:25:49 +09:00 committed by xtkoba
parent a0d6b68442
commit 085b237ebe
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
https://github.com/termux/termux-packages/issues/15852
--- a/configure.cmake
+++ b/configure.cmake
@@ -578,6 +578,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
+#include <sys/select.h>
#endif
int main()
{