GNOME Bugzilla – Bug 756477
gio/gthreadedresolver.c has outdated copy of bionic headers (for android)
Last modified: 2015-10-20 10:20:59 UTC
the gio/gthreadedresolver.c has this large copy & paste: #ifdef __BIONIC__ /* Copy from bionic/libc/private/arpa_nameser_compat.h * and bionic/libc/private/arpa_nameser.h */ ... lots of header content duplicated here ... this breaks starting with the lollipop release (android 5.0) because the headers are no longer in the private namespace: https://android.googlesource.com/platform/bionic/+/lollipop-release/libc/include/arpa/
Created attachment 313164 [details] [review] glib network patch this works for me with recent versions
thanks. fixed in master and glib-2-46
*** Bug 756850 has been marked as a duplicate of this bug. ***