[Buildroot] [git commit branch/2019.11.x] package/bitcoin: disable gui

Peter Korsgaard peter at korsgaard.com
Sun Dec 22 20:22:16 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=adf62ea44987abf25d288206ff45c9ac4482a8d6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.11.x

Currently gui is autodetected so disable it for now

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 0215c1d40f3ec5a2dc7f31dd4f77a02ca1224c8d)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/bitcoin/bitcoin.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/bitcoin/bitcoin.mk b/package/bitcoin/bitcoin.mk
index c01cacb0df..db9e9ab90c 100644
--- a/package/bitcoin/bitcoin.mk
+++ b/package/bitcoin/bitcoin.mk
@@ -15,7 +15,8 @@ BITCOIN_CONF_OPTS = \
 	--disable-wallet \
 	--disable-tests \
 	--with-boost-libdir=$(STAGING_DIR)/usr/lib/ \
-	--disable-hardening
+	--disable-hardening \
+	--without-gui
 
 ifeq ($(BR2_PACKAGE_LIBMINIUPNPC),y)
 BITCOIN_DEPENDENCIES += libminiupnpc


More information about the buildroot mailing list