[Buildroot] [git commit branch/next] package/bitcoin: drop boost program-options

Peter Korsgaard peter at korsgaard.com
Mon Nov 9 16:05:45 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=2185877a805a2a1c6821b49ac74ee3aadfc68f58
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

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 at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/bitcoin/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/bitcoin/Config.in b/package/bitcoin/Config.in
index 1f08f9f26f..89ee2e3938 100644
--- 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


More information about the buildroot mailing list