]> code.ossystems Code Review - openembedded-core.git/commit
avahi: handle SO_REUSEPORT not being available
authorRoss Burton <ross.burton@intel.com>
Tue, 18 Feb 2014 12:13:01 +0000 (12:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Feb 2014 14:28:03 +0000 (14:28 +0000)
commit85e89da55f778ad3713460cb0df1435d82e94510
treee043806d53e02ac866bdee4b2cc32492310342dc
parenta5ebdb6ad8e4f94ac819275d55575230e057e4ae
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.

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