mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09: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>
(cherry picked from commit e0c48090f4)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
274c47ed76
commit
c4338c5c54
@@ -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