diff options
author | Ross Burton <ross.burton@intel.com> | 2014-02-18 12:13:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-20 14:28:03 +0000 |
commit | 85e89da55f778ad3713460cb0df1435d82e94510 (patch) | |
tree | e043806d53e02ac866bdee4b2cc32492310342dc /meta/recipes-connectivity/avahi/avahi.inc | |
parent | a5ebdb6ad8e4f94ac819275d55575230e057e4ae (diff) | |
download | openembedded-core-85e89da55f778ad3713460cb0df1435d82e94510.tar.gz openembedded-core-85e89da55f778ad3713460cb0df1435d82e94510.tar.bz2 openembedded-core-85e89da55f778ad3713460cb0df1435d82e94510.zip |
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>
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi.inc')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index 3a95b7fa1f..e4ff26a17c 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc @@ -26,6 +26,7 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ file://fix_for_automake_1.12.x.patch \ file://out-of-tree.patch \ file://0001-avahi-fix-avahi-status-command-error-prompt.patch \ + file://reuseport-check.patch \ " USERADD_PACKAGES = "avahi-daemon avahi-autoipd" |