All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 5/8] package/bitcoin: disable benchmarks
Date: Sun,  8 Dec 2019 17:27:22 +0100	[thread overview]
Message-ID: <20191208162725.2561301-5-fontaine.fabrice@gmail.com> (raw)
In-Reply-To: <20191208162725.2561301-1-fontaine.fabrice@gmail.com>

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/bitcoin/bitcoin.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/bitcoin/bitcoin.mk b/package/bitcoin/bitcoin.mk
index 7335c10187..7373bf4106 100644
--- a/package/bitcoin/bitcoin.mk
+++ b/package/bitcoin/bitcoin.mk
@@ -11,6 +11,7 @@ BITCOIN_LICENSE = MIT
 BITCOIN_LICENSE_FILES = COPYING
 BITCOIN_DEPENDENCIES = host-pkgconf boost openssl libevent
 BITCOIN_CONF_OPTS = \
+	--disable-bench \
 	--disable-wallet \
 	--disable-tests \
 	--with-boost-libdir=$(STAGING_DIR)/usr/lib/ \
-- 
2.24.0

  parent reply	other threads:[~2019-12-08 16:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-08 16:27 [Buildroot] [PATCH 1/8] package/bitcoin: depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 Fabrice Fontaine
2019-12-08 16:27 ` [Buildroot] [PATCH 2/8] package/bitcoin: give a default value for BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS Fabrice Fontaine
2019-12-08 16:27 ` [Buildroot] [PATCH 3/8] package/bitcoin: needs wchar Fabrice Fontaine
2019-12-08 16:27 ` [Buildroot] [PATCH 4/8] package/bitcoin: add host-pkgconf dependency Fabrice Fontaine
2019-12-08 16:27 ` Fabrice Fontaine [this message]
2019-12-08 16:27 ` [Buildroot] [PATCH 6/8] package/bitcoin: add optional libminiupnpc dependency Fabrice Fontaine
2019-12-08 16:27 ` [Buildroot] [PATCH 7/8] package/bitcoin: disable gui Fabrice Fontaine
2019-12-08 16:27 ` [Buildroot] [PATCH 8/8] package/bitcoin: add optional zeromq dependency Fabrice Fontaine
2019-12-08 21:50 ` [Buildroot] [PATCH 1/8] package/bitcoin: depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 Thomas Petazzoni
2019-12-22 20:23 ` Peter Korsgaard

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=20191208162725.2561301-5-fontaine.fabrice@gmail.com \
    --to=fontaine.fabrice@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.