0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-19 16:52:16 +00:00
termux-packages/packages/bftpd/configure-clang16.patch
Tee KOBAYASHI 3cf98982d8 bftpd: Fix implicit int in configure
%ci:no-build
2023-04-10 03:26:03 +09:00

13 lines
300 B
Diff

https://github.com/termux/termux-packages/issues/15852
--- a/configure
+++ b/configure
@@ -661,6 +661,7 @@
#line 662 "configure"
#include "confdefs.h"
+int
main(){return(0);}
EOF
if { (eval echo configure:667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then