0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-10 17:25:30 +00:00
Files
termux-packages/packages/tsocks/configure-clang16.patch
Tee KOBAYASHI bb5da37dec tsocks: Fix implicit int in configure
%ci:no-build
2023-04-10 01:55:56 +09:00

13 lines
300 B
Diff

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