mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
rio: unbreak, disable lto on i686
This commit is contained in:
parent
3c95afa760
commit
28c48480c0
1 changed files with 4 additions and 2 deletions
|
@ -16,8 +16,10 @@ distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.g
|
||||||
checksum=3290d6c3bf4663432938f17b42310de9cf0327753a75c1f54215ec8f7b66a4eb
|
checksum=3290d6c3bf4663432938f17b42310de9cf0327753a75c1f54215ec8f7b66a4eb
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
i686*) broken="build runs out of memory";;
|
i686*)
|
||||||
*) ;;
|
# rustc-LLVM ERROR: out of memory
|
||||||
|
export CARGO_PROFILE_RELEASE_LTO=off
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue