0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-07-29 14:20:29 +00:00
Files
termux-packages/packages/mailsync/acinclude-ac_with_md5.m4.patch
Tee KOBAYASHI 5f6bb636c3 mailsync: Fix implicit int in configure
%ci:no-build
2023-04-08 07:28:40 +09:00

14 lines
306 B
Diff

https://github.com/termux/termux-packages/issues/15852
--- a/acinclude/ac_with_md5.m4
+++ b/acinclude/ac_with_md5.m4
@@ -26,7 +26,7 @@
void md5_init (MD5CONTEXT *ctx);
- main(int argc,char **argv) {
+ int main(int argc,char **argv) {
#include "linkage.c"
md5_init(NULL);
}