mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/libupnp: disable blocking-tcp
Suggested by Gerbera:fcf3147223CMake Warning at CMakeLists.txt:583 (message): !! It is strongly recommended to build libupnp with --disable-blocking-tcp-connections !! Without this option non-responsive control points can cause libupnp to hang. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit48c1e7cc6d) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
2f5143824b
commit
3076134c1c
@@ -17,6 +17,7 @@ LIBUPNP_DEPENDENCIES = host-pkgconf
|
||||
|
||||
# Bind the internal miniserver socket with reuseaddr to allow clean restarts.
|
||||
LIBUPNP_CONF_OPTS += \
|
||||
--disable-blocking-tcp-connections \
|
||||
--disable-samples \
|
||||
--enable-reuseaddr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user