Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
configure: Make it possible to build only one of bitcoin-cli or bitcoin-tx #5618
Conversation
|
IMO this is too granular. No need to micromanage every tool. We had this discussion before, and decided on a rough 'utils' split for anything not GUI or bitcoind. Edit: see #4690 for previous discussion. |
laanwj
added
the
Build system
label
Jan 8, 2015
|
This keeps --with[out]-utils, but allows overriding it on a per-utility basis. At the very least, I will need this (either merged or patched in) for Gentoo, which builds each component from source individually. |
luke-jr
added some commits
Dec 25, 2014
|
What will This pull has a merge commit in it, you need to get rid of that before it can be merged. |
|
Seems like NAK territory? We already covered this on IRC. You can do this at the make command line level for just about any project, with no need to complicate configure. |
|
There seems to be no interest in this, and earlier consensus on IRC was not to split out the flags this far, so I'm closing this. I think it can make sense to do this when different utilities have different outside dependency libraries, in which case people may be forced to install dependencies for an utility they're not interested in. But not now. |
laanwj
closed this
Jun 12, 2015
luke-jr
referenced this pull request
Mar 1, 2016
Closed
Bugfix: Check for bench_bitcoin being enabled where needed, and skip UniValue dependency when unused #7625
This is now true FWIW. |
|
Yes, you mean bitcoin-tx doesn't need libevent. |
luke-jr commentedJan 8, 2015
No description provided.