GNOME Bugzilla – Bug 765709
Build failed with bionic toolchain because of missing ifaddrs.h header
Last modified: 2019-02-22 09:29:25 UTC
Created attachment 326923 [details] [review] Patch to fix the build on android When trying to build with bionic we got this : gssdp-socket-source.c:34:21: fatal error: ifaddrs.h: No such file or directory #include <ifaddrs.h> The include of ifaddrs.h that is breaking the build was introduce by commit : 3030bf4cb97db33fcdfe7e69706fdb0f19b0f446 Port to glib multicast socket functions It seem there were needed in the first revision of the patch but not anymore after reviews. See attached patch that remove those include.
Have you verified build on "normal" Linux?
Yes I did test a normal linux build.
Review of attachment 326923 [details] [review]: +1