Files
termux-packages/packages/mariadb/configure.cmake.patch
termux-pacman-bot 6d84a4eade mariadb: Fix detection of select()
%ci:no-build
2023-04-06 14:01:26 +00:00

13 lines
237 B
Diff

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