Files
termux-packages/packages/mc/configure-clang16.patch1
termux-pacman-bot dcdbbda2ad bump(main/mc): 4.8.30
2023-10-12 08:31:47 +00:00

13 lines
341 B
Plaintext

https://github.com/termux/termux-packages/issues/15852
--- a/configure
+++ b/configure
@@ -23808,6 +23808,7 @@
#define _XOPEN_SOURCE 600
#include <stdlib.h>
+ #include <fcntl.h>
#if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
possibly broken posix_fallocate
#endif