You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
Incompatible with latest libuber-h3. A whole bunch of patches are quite unmaintainable. kphp-timelib is also disabled as only kphp depends on it.
13 lines
249 B
Diff
13 lines
249 B
Diff
--- a/common/binlog/binlog-buffer.h
|
|
+++ b/common/binlog/binlog-buffer.h
|
|
@@ -5,7 +5,9 @@
|
|
#ifndef __KDB_BINLOG_BUFFER_H__
|
|
#define __KDB_BINLOG_BUFFER_H__
|
|
|
|
+#ifndef __ANDROID__
|
|
#include <aio.h>
|
|
+#endif
|
|
#include <limits.h>
|
|
#include <functional>
|
|
|