comparison network/iputils/patch-ping.c.patch @ 648:e7bebea8c0eb

network/iputils: actually does not build with IDN
author David Demelier <markand@malikania.fr>
date Sat, 27 Jul 2019 14:06:29 +0200
parents network/iputils/fix-defines.patch@96cc0131586a
children
comparison
equal deleted inserted replaced
647:c8928a51240b 648:e7bebea8c0eb
1 --- a/ping.h
2 +++ b/ping.h
3 @@ -44,6 +44,10 @@
4 #define getnameinfo_flags 0
5 #endif
6
7 +#ifndef AI_CANONIDN
8 +#define AI_CANONIDN 0x0080
9 +#endif
10 +
11 #ifndef WITHOUT_IFADDRS
12 #include <ifaddrs.h>
13 #endif