]> code.ossystems Code Review - openembedded-core.git/commit
avahi: handle SO_REUSEPORT not being available
authorRoss Burton <ross.burton@intel.com>
Tue, 11 Mar 2014 12:57:04 +0000 (12:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Mar 2014 14:56:01 +0000 (07:56 -0700)
commit704361888958ec790aa2855e22df2d2d87a5d982
treeb0978c0cf65e97918f6f51bea936283672454682
parente57a86a68ecd059478f087ac7453c6f9253fa887
avahi: handle SO_REUSEPORT not being available

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.

(From OE-Core rev: 85e89da55f778ad3713460cb0df1435d82e94510)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/avahi/avahi.inc
meta/recipes-connectivity/avahi/files/reuseport-check.patch [new file with mode: 0644]