mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/libupnp: disable samples
Disable samples which are built (but not installed) by default since at least version 1.6.0 and89e7a40fccSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit1f639e7d10) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
9c51cf079b
commit
2a927eff9d
@@ -15,7 +15,9 @@ LIBUPNP_LICENSE_FILES = COPYING
|
||||
LIBUPNP_DEPENDENCIES = host-pkgconf
|
||||
|
||||
# Bind the internal miniserver socket with reuseaddr to allow clean restarts.
|
||||
LIBUPNP_CONF_OPTS += --enable-reuseaddr
|
||||
LIBUPNP_CONF_OPTS += \
|
||||
--disable-samples \
|
||||
--enable-reuseaddr
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
LIBUPNP_CONF_OPTS += --enable-open-ssl
|
||||
|
||||
Reference in New Issue
Block a user