* [Qemu-devel] 2.1 build failure on [k]freebsd: net/l2tpv3.c:26: linux/ip.h: No such file or directory
@ 2014-08-01 19:10 Michael Tokarev
0 siblings, 0 replies; only message in thread
From: Michael Tokarev @ 2014-08-01 19:10 UTC (permalink / raw)
To: qemu-devel; +Cc: Anton Ivanov
The test in configure checks for struct mmsghdr in sys/socket.h,
but actual source (net/l2tpv3.c) includes a linux-specific header,
linux/ip.h. This fails on at least kFreeBSD (Debian with FreeBSD
header and glibc), because glibc declares mmsghdr but does not
provide linux/ip.h.
Probably the configure test should also include this linux-specific
header. At least this is what I plan to do to fix the build failure
with 2.1.
Thanks,
/mjt
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-01 19:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-01 19:10 [Qemu-devel] 2.1 build failure on [k]freebsd: net/l2tpv3.c:26: linux/ip.h: No such file or directory Michael Tokarev
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.