From 4e72517e6d564015312e6319a88cd400723035d8 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 24 Jan 2017 15:50:24 -0200 Subject: [PATCH] Configure falha na detecção do inet_ntop no mingw 32. --- win/force_inet_ntop.patch | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) create mode 100644 win/force_inet_ntop.patch diff --git a/win/force_inet_ntop.patch b/win/force_inet_ntop.patch new file mode 100644 index 0000000..af41705 --- /dev/null +++ b/win/force_inet_ntop.patch @@ -0,0 +1,11 @@ +--- src/include/lib3270/config.h.in 2017-01-20 15:37:46.462843502 -0200 ++++ src/include/lib3270/config.h.in 2017-01-24 15:19:45.547022420 -0200 +@@ -44,7 +44,7 @@ + #undef HAVE_SYSLOG + #undef HAVE_DBUS + #undef HAVE_VASPRINTF +- #undef HAVE_INET_NTOP ++ #define HAVE_INET_NTOP + + #undef HAVE_ICONV + #undef ICONV_CONST -- libgit2 0.21.2