view network/iputils/patch-ping.c.patch @ 1033:4bb68497c97c

dns/avahi: use post-install argument
author David Demelier <markand@malikania.fr>
date Fri, 30 Aug 2019 21:00:00 +0200
parents e7bebea8c0eb
children
line wrap: on
line source

--- a/ping.h
+++ b/ping.h
@@ -44,6 +44,10 @@
 #define getnameinfo_flags 0
 #endif
 
+#ifndef AI_CANONIDN
+#define AI_CANONIDN 0x0080
+#endif
+
 #ifndef WITHOUT_IFADDRS
 #include <ifaddrs.h>
 #endif