Re: [OE-core] [PATCH] avahi: handle SO_REUSEPORT not being available

2014-02-19 Thread Koen Kooi
Op 18 feb. 2014, om 13:13 heeft Ross Burton het volgende geschreven: > Linux < 3.9 doesn't have the SO_REUSEPORT option so instead of failing to > start > when built with >=3.9 kernel headers but booted on <3.9 kernels, continue as > if > SO_REUSEPORT wasn't available. > > Signed-off-by: Ros

[OE-core] [PATCH] avahi: handle SO_REUSEPORT not being available

2014-02-18 Thread Ross Burton
Linux < 3.9 doesn't have the SO_REUSEPORT option so instead of failing to start when built with >=3.9 kernel headers but booted on <3.9 kernels, continue as if SO_REUSEPORT wasn't available. Signed-off-by: Ross Burton --- meta/recipes-connectivity/avahi/avahi.inc |1 + .../avahi/fil