build,doc: Update for 0.13.0+ and OpenBSD 5.9#8604
Merged
laanwj merged 2 commits intobitcoin:masterfrom Aug 31, 2016
Merged
Conversation
Member
Author
|
@theuni can you take a look at the build system changes? |
Contributor
|
utACK b96fd9b |
- LevelDB platform was not guessed correctly (it ended up defining `-DOS_OPENBSD59` instead of `-DOS_OPENBSD`) - On OpenBSD there is no convenience link from `python3.5` to `python3`: add detection for other python interpreter names. - If it has to guess the LevelDB OS, print a autoconf warning so that the user can check.
- Python 3 now supported. - Bump boost version to 1.61 - one boost patch no longer needed. - All checked with OpenBSD 5.9, except for the clang part, I left this as-is for someone adventurous. - Mention overriding resource limits, OpenBSD's default ulimit does not suffice for building Bitcoin Core with gcc 4.9.3.
b96fd9b to
6275123
Compare
Member
Member
|
utACK 6275123. Looks good to me. |
laanwj
added a commit
that referenced
this pull request
Aug 31, 2016
andvgal
pushed a commit
to energicryptocurrency/gen2-energi
that referenced
this pull request
Jan 6, 2019
zkbot
added a commit
to zcash/zcash
that referenced
this pull request
Jan 25, 2021
Prepare for LevelDB 1.22 update Cherry-picked from the following upstream PRs: - bitcoin/bitcoin#7944 - bitcoin/bitcoin#8604 - Only the first commit (we removed the upstream build documentation). - bitcoin/bitcoin#12294 - Only the third commit. - bitcoin/bitcoin#13659 - bitcoin/bitcoin#16110
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Build:
-DOS_OPENBSD59instead of-DOS_OPENBSD). This has been fixed by adding explicit checks for OpenBSD and FreeBSD.python3.5topython3: add detection for other python interpreter names.Changes to
build-openbsd.md: