dutree: pin latest libc to fix ppc*-musl builds
This commit is contained in:
parent
d0b6238a9f
commit
c614d916ba
1 changed files with 5 additions and 0 deletions
|
@ -9,3 +9,8 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://github.com/nachoparker/dutree"
|
||||
distfiles="https://github.com/nachoparker/dutree/archive/v${version}.tar.gz"
|
||||
checksum=8f5caa4f8e1d261ec3274218196e89319507bf866de6f658829f6a03be58ea83
|
||||
|
||||
pre_build() {
|
||||
# default version too old for ppc musl systems
|
||||
cargo update --package libc --precise 0.2.66
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue