build: add missing leveldb defines#13659
Merged
sipa merged 1 commit intobitcoin:masterfrom Jul 14, 2018
Merged
Conversation
src/leveldb/build_detect_platform shows how upstream defines them. These platform may not be able to fully build or run Bitcoin, but defining all known to leveldb saves future hassle. Now that all possible platforms are enumerated, specifying an unknown one is an error.
Member
|
ACK 768981c (built |
Member
|
utACK 768981c |
Contributor
|
utACK 768981c |
Member
Member
|
utACK 768981c |
sipa
added a commit
that referenced
this pull request
Jul 14, 2018
768981c build: add missing leveldb defines (Cory Fields) Pull request description: Fixes #13585. src/leveldb/build_detect_platform shows how upstream defines them. These platform may not be able to fully build or run Bitcoin Core, but defining all known to leveldb saves future hassle. Now that all possible platforms are enumerated, specifying an unknown one is an error. Tree-SHA512: 89adfb8867248e50d713cb84485c72a398df8b2af467599cf292132342b5b47f01be3a298ca33e382e210004123aa72a6338bc911d38d40d8ceaef5083e0b025
greenaddress
pushed a commit
to greenaddress/bitcoin_ndk
that referenced
this pull request
Jul 20, 2018
greenaddress
pushed a commit
to greenaddress/bitcoin_ndk
that referenced
this pull request
Jul 20, 2018
to bitcoin/bitcoin#13659 also remove ifaddr patches thanks to theuni/bitcoin@6c32dd0
greenaddress
pushed a commit
to greenaddress/bitcoin_ndk
that referenced
this pull request
Jul 20, 2018
to bitcoin/bitcoin#13659 also reduce ifaddr patches thanks to theuni/bitcoin@6c32dd0
greenaddress
pushed a commit
to greenaddress/bitcoin_ndk
that referenced
this pull request
Aug 22, 2018
to bitcoin/bitcoin#13659 also reduce ifaddr patches thanks to theuni/bitcoin@6c32dd0
greenaddress
pushed a commit
to greenaddress/bitcoin_ndk
that referenced
this pull request
Aug 22, 2018
to bitcoin/bitcoin#13659 also reduce ifaddr patches thanks to theuni/bitcoin@6c32dd0
greenaddress
pushed a commit
to greenaddress/bitcoin_ndk
that referenced
this pull request
Aug 22, 2018
to bitcoin/bitcoin#13659 also reduce ifaddr patches thanks to theuni/bitcoin@6c32dd0
greenaddress
pushed a commit
to greenaddress/bitcoin_ndk
that referenced
this pull request
Aug 22, 2018
to bitcoin/bitcoin#13659 also reduce ifaddr patches thanks to theuni/bitcoin@6c32dd0
greenaddress
pushed a commit
to greenaddress/bitcoin_ndk
that referenced
this pull request
Aug 23, 2018
to bitcoin/bitcoin#13659 also reduce ifaddr patches thanks to theuni/bitcoin@6c32dd0
PastaPastaPasta
pushed a commit
to PastaPastaPasta/dash
that referenced
this pull request
Jul 27, 2020
768981c build: add missing leveldb defines (Cory Fields) Pull request description: Fixes bitcoin#13585. src/leveldb/build_detect_platform shows how upstream defines them. These platform may not be able to fully build or run Bitcoin Core, but defining all known to leveldb saves future hassle. Now that all possible platforms are enumerated, specifying an unknown one is an error. Tree-SHA512: 89adfb8867248e50d713cb84485c72a398df8b2af467599cf292132342b5b47f01be3a298ca33e382e210004123aa72a6338bc911d38d40d8ceaef5083e0b025
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
gades
pushed a commit
to cosanta/cosanta-core
that referenced
this pull request
Jun 26, 2021
768981c build: add missing leveldb defines (Cory Fields) Pull request description: Fixes bitcoin#13585. src/leveldb/build_detect_platform shows how upstream defines them. These platform may not be able to fully build or run Bitcoin Core, but defining all known to leveldb saves future hassle. Now that all possible platforms are enumerated, specifying an unknown one is an error. Tree-SHA512: 89adfb8867248e50d713cb84485c72a398df8b2af467599cf292132342b5b47f01be3a298ca33e382e210004123aa72a6338bc911d38d40d8ceaef5083e0b025
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.
Fixes #13585.
src/leveldb/build_detect_platform shows how upstream defines them.
These platform may not be able to fully build or run Bitcoin Core, but defining all known to leveldb saves future hassle.
Now that all possible platforms are enumerated, specifying an unknown one is an error.