mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
rocksdb: improve broken statement
This commit is contained in:
parent
629fe86e38
commit
6f38ea1c2a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=7fb6738263d3f2b360d7468cf2ebe333f3109f3ba1ff80115abd145d75287254
|
checksum=7fb6738263d3f2b360d7468cf2ebe333f3109f3ba1ff80115abd145d75287254
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv[56]*-musl) broken="Requires libatomic workaround" ;;
|
armv[56]l*) broken="Requires libatomic workaround" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue