package/libupnp: disable samples
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 30 Mar 2021 21:42:13 +0000 (23:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 31 Mar 2021 07:24:14 +0000 (09:24 +0200)
Disable samples which are built (but not installed) by default since at
least version 1.6.0 and
https://github.com/pupnp/pupnp/commit/89e7a40fcc5c51afacdc9d5f3d18f5338b2bc5e9

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libupnp/libupnp.mk

index 0b36881e167b1e7dac24b085d80ef350c3fb2423..8250d30ca01600c7f9ce2f1b38ed9e7329786ef5 100644 (file)
@@ -16,7 +16,9 @@ LIBUPNP_CPE_ID_VENDOR = libupnp_project
 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