Files
termux-packages/packages/gawk/configure.patch
termux-pacman-bot 5b918cb805 gawk: Fix configure for detecting readline
%ci:no-build
2023-04-01 14:30:58 +00:00

14 lines
314 B
Diff

https://github.com/termux/termux-packages/issues/15852
--- a/configure
+++ b/configure
@@ -13092,6 +13092,8 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdio.h>
+#include <fcntl.h>
+#include <unistd.h>
#include <readline/readline.h>
#include <readline/history.h>
int