mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/bitcoin: add optional libminiupnpc dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ff7dd7062c
commit
e0c48090f4
@@ -17,4 +17,11 @@ BITCOIN_CONF_OPTS = \
|
||||
--with-boost-libdir=$(STAGING_DIR)/usr/lib/ \
|
||||
--disable-hardening
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBMINIUPNPC),y)
|
||||
BITCOIN_DEPENDENCIES += libminiupnpc
|
||||
BITCOIN_CONF_OPTS += --with-miniupnpc
|
||||
else
|
||||
BITCOIN_CONF_OPTS += --without-miniupnpc
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user