GNOME Bugzilla – Bug 723715
There is no ifaddrs.h on Android
Last modified: 2014-03-15 11:16:08 UTC
Created attachment 268215 [details] [review] Make the Unix context manager option, it doesn't work for Android The Unix context manager can't be built using bionic as it lacks ifaddrs.h, but I think the Linux/Netlink one should work. So attaching a patch for that. Note that I haven't tested beyond building it.
Thanks. IIRC there are some patches pending from Intel related to Android, wonder where those went to.
Created attachment 271275 [details] [review] updated patch The original patch broke iOS cross-compilation, Philip Withnall updated it, so I'm attaching the updated patch.