wiredtiger: restrict to 64bit platforms.
This commit is contained in:
parent
3db3f435f4
commit
060c54f928
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ homepage="http://source.wiredtiger.com/"
|
|||
distfiles="https://github.com/wiredtiger/wiredtiger/releases/download/$version/wiredtiger-$version.tar.bz2"
|
||||
checksum=593e4858a21465db6f8360cc6281489f8a114fa301bd2753c0bde9a86ef107e2
|
||||
|
||||
# checking for a 64-bit build... configure: error: WiredTiger requires a 64-bit build.
|
||||
only_for_archs="aarch64 aarch64-musl x86_64 x86_64-musl"
|
||||
|
||||
wiredtiger-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue