mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
package/libupnp18: add config option --enable-reuseaddr
Enable the option to use SO_REUSEADDR on the built-in miniserver
socket to allow clean restarts [1].
This fixes a runtime issue with Gerbera and possible other programs
which does not allow a graceful restart otherwise.
[1] 629dec7561
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
8147c2c245
commit
09c5f20574
@ -13,6 +13,9 @@ LIBUPNP18_LICENSE = BSD-3-Clause
|
|||||||
LIBUPNP18_LICENSE_FILES = COPYING
|
LIBUPNP18_LICENSE_FILES = COPYING
|
||||||
LIBUPNP18_DEPENDENCIES = host-pkgconf
|
LIBUPNP18_DEPENDENCIES = host-pkgconf
|
||||||
|
|
||||||
|
# Bind the internal miniserver socket with reuseaddr to allow clean restarts.
|
||||||
|
LIBUPNP18_CONF_OPTS += --enable-reuseaddr
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
LIBUPNP18_CONF_OPTS += --enable-open-ssl
|
LIBUPNP18_CONF_OPTS += --enable-open-ssl
|
||||||
LIBUPNP18_DEPENDENCIES += openssl
|
LIBUPNP18_DEPENDENCIES += openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user