package/gloox: disable tests and examples
authorHeiko Thiery <heiko.thiery@gmail.com>
Thu, 4 Jun 2020 08:26:06 +0000 (10:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 4 Jun 2020 21:27:43 +0000 (23:27 +0200)
Fixes:
http://autobuild.buildroot.net/results/91385a34c80c5043519e96395e203eef662ac18d/

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gloox/gloox.mk

index 46fe4d6a153174bdafc58f8d60bd3c98899e4e48..f643118198dbf297bdd8404f97e827631e9072d2 100644 (file)
@@ -13,7 +13,9 @@ GLOOX_INSTALL_STAGING = YES
 GLOOX_DEPENDENCIES = mpc
 GLOOX_CONF_OPTS = \
        --without-libidn \
-       --enable-getaddrinfo
+       --enable-getaddrinfo \
+       --without-examples \
+       --without-tests
 
 GLOOX_CXXFLAGS = $(TARGET_CXXFLAGS)
 ifeq ($(BR2_TOOLCHAIN_HAS_GCC_BUG_85180),y)