After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 723715 - There is no ifaddrs.h on Android
There is no ifaddrs.h on Android
Status: RESOLVED FIXED
Product: GUPnP
Classification: Other
Component: gupnp
0.20.x
Other Linux
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-05 21:25 UTC by Olivier Crête
Modified: 2014-03-15 11:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make the Unix context manager option, it doesn't work for Android (3.17 KB, patch)
2014-02-05 21:25 UTC, Olivier Crête
none Details | Review
updated patch (3.19 KB, patch)
2014-03-07 21:44 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2014-02-05 21:25:43 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.
Comment 1 Jens Georg 2014-02-06 07:47:44 UTC
Thanks. IIRC there are some patches pending from Intel related to Android, wonder where those went to.
Comment 2 Olivier Crête 2014-03-07 21:44:25 UTC
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.