view network/iputils/patch-ping.c.patch @ 1180:99c240ea1b56

core/busybox: disable compiler extensions for clang While here: - add PKGWWW, - add more tunables (AR, AS and such).
author David Demelier <markand@malikania.fr>
date Fri, 25 Oct 2019 20:03: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