Re: How to patch sysroots file?
On Oct 7, 2013, at 6:53 AM, Ashish Dalela <ashish.dalela@...> wrote:
if you are using dylan/1.4 branch or master then we use kernel 3.8 for kernel-headers and there was an issue where include/uapi/linux/if_bridge.h that uses a struct in6_addr but doesn't define it, you could fix the headers but thats not sufficient. At this point I would suggest to patch bridge-utils itself to include netinet/in.h to get the definition before including linux/if_bridge.h in file libbridge/libbridge.h that should get you around the issue.
|
|