mariadb: Fix detection of select()

%ci:no-build
This commit is contained in:
termux-pacman-bot
2023-04-06 14:01:26 +00:00
parent d1f5333401
commit 6d84a4eade

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()
{