mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/bitcoin: add host-pkgconf dependency
pkg-config can used to retrieve openssl and libevent dependencies
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit b8f91e6a98)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
1c849bd570
commit
76c5f19799
@@ -9,7 +9,7 @@ BITCOIN_SITE = $(call github,bitcoin,bitcoin,v$(BITCOIN_VERSION))
|
||||
BITCOIN_AUTORECONF = YES
|
||||
BITCOIN_LICENSE = MIT
|
||||
BITCOIN_LICENSE_FILES = COPYING
|
||||
BITCOIN_DEPENDENCIES = boost openssl libevent
|
||||
BITCOIN_DEPENDENCIES = host-pkgconf boost openssl libevent
|
||||
BITCOIN_CONF_OPTS = \
|
||||
--disable-wallet \
|
||||
--disable-tests \
|
||||
|
||||
Reference in New Issue
Block a user