From: Heiko Thiery Date: Thu, 4 Jun 2020 08:26:06 +0000 (+0200) Subject: package/gloox: disable tests and examples X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e16c37ae16ee0cc52c0e26cd889b1400d74cfc3;p=buildroot.git package/gloox: disable tests and examples Fixes: http://autobuild.buildroot.net/results/91385a34c80c5043519e96395e203eef662ac18d/ Signed-off-by: Heiko Thiery Signed-off-by: Thomas Petazzoni --- diff --git a/package/gloox/gloox.mk b/package/gloox/gloox.mk index 46fe4d6a15..f643118198 100644 --- a/package/gloox/gloox.mk +++ b/package/gloox/gloox.mk @@ -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)