mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
fool: fix build on ppc*-musl
This commit is contained in:
parent
b635e4d9b0
commit
7f0ad71bbd
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ homepage="https://github.com/spacekookie/fool"
|
||||||
distfiles="https://github.com/spacekookie/fool/archive/v${version}.tar.gz"
|
distfiles="https://github.com/spacekookie/fool/archive/v${version}.tar.gz"
|
||||||
checksum=41fa1a10a3b3cadba4700b809df13df9ed109ecc5c54ba8b645269abff84a41a
|
checksum=41fa1a10a3b3cadba4700b809df13df9ed109ecc5c54ba8b645269abff84a41a
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# default version too old for ppc musl systems
|
||||||
|
cargo update --package libc --precise 0.2.66
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue