From: Heiko Thiery <heiko.thiery@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v1 1/1] package/gloox: disable tests and examples
Date: Thu, 4 Jun 2020 10:26:06 +0200 [thread overview]
Message-ID: <20200604082606.6080-1-heiko.thiery@gmail.com> (raw)
Fixes:
http://autobuild.buildroot.net/results/91385a34c80c5043519e96395e203eef662ac18d/
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
The failure occures in building the tests. By disabling this the failure
is gone. Nethertheless it could be checked if there can something
reported upstrem.
---
package/gloox/gloox.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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)
--
2.20.1
next reply other threads:[~2020-06-04 8:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-04 8:26 Heiko Thiery [this message]
2020-06-04 21:28 ` [Buildroot] [PATCH v1 1/1] package/gloox: disable tests and examples Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200604082606.6080-1-heiko.thiery@gmail.com \
--to=heiko.thiery@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.