mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00: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>
This commit is contained in:
parent
0215c1d40f
commit
ea199fb5e8
@ -25,4 +25,11 @@ else
|
|||||||
BITCOIN_CONF_OPTS += --without-miniupnpc
|
BITCOIN_CONF_OPTS += --without-miniupnpc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_ZEROMQ),y)
|
||||||
|
BITCOIN_DEPENDENCIES += zeromq
|
||||||
|
BITCOIN_CONF_OPTS += --with-zmq
|
||||||
|
else
|
||||||
|
BITCOIN_CONF_OPTS += --without-zmq
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user