mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/bitcoin: add optional zeromq dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit ea199fb5e8)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
adf62ea449
commit
5f94ecfae2
@@ -25,4 +25,11 @@ else
|
||||
BITCOIN_CONF_OPTS += --without-miniupnpc
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZEROMQ),y)
|
||||
BITCOIN_DEPENDENCIES += zeromq
|
||||
BITCOIN_CONF_OPTS += --with-zmq
|
||||
else
|
||||
BITCOIN_CONF_OPTS += --without-zmq
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user