mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-24 12:40:25 +00:00
mariadb: Fix detection of select()
%ci:no-build
This commit is contained in:
12
packages/mariadb/configure.cmake.patch
Normal file
12
packages/mariadb/configure.cmake.patch
Normal 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()
|
||||
{
|
||||
Reference in New Issue
Block a user