comparison network/iputils/fix-defines.patch @ 190:96cc0131586a

network/iputils: fix build
author David Demelier <markand@malikania.fr>
date Tue, 19 Mar 2019 13:35:34 +0100
parents
children
comparison
equal deleted inserted replaced
189:772322ba4c00 190:96cc0131586a
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