projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
101878c
)
package/bitcoin: drop boost program-options
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sat, 7 Nov 2020 17:05:59 +0000
(18:05 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 9 Nov 2020 16:05:45 +0000
(17:05 +0100)
boost program-options is not needed since version 0.17.0 and
https://github.com/bitcoin/bitcoin/commit/
f447a0a7079619f0d650084df192781cca9fd826
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/bitcoin/Config.in
patch
|
blob
|
history
diff --git
a/package/bitcoin/Config.in
b/package/bitcoin/Config.in
index 1f08f9f26ffe905bf8ec7d3e51f159625d1a4014..89ee2e3938cae8195130d6270f981e2202d17536 100644
(file)
--- a/
package/bitcoin/Config.in
+++ b/
package/bitcoin/Config.in
@@
-19,7
+19,6
@@
config BR2_PACKAGE_BITCOIN
select BR2_PACKAGE_BOOST_FILESYSTEM
select BR2_PACKAGE_BOOST_THREAD
select BR2_PACKAGE_BOOST_CHRONO
- select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_LIBEVENT
help