Files
termux-packages/packages/mc/configure-clang16.patch
termux-pacman-bot fafed945aa mc: Fix configure for detecting posix_fallocate
* Revise checksum (to match what is recorded in Gentoo Portage)
2023-04-08 02:34:27 +00:00

13 lines
341 B
Diff

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