mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
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"
|
homepage="https://github.com/nachoparker/dutree"
|
||||||
distfiles="https://github.com/nachoparker/dutree/archive/v${version}.tar.gz"
|
distfiles="https://github.com/nachoparker/dutree/archive/v${version}.tar.gz"
|
||||||
checksum=8f5caa4f8e1d261ec3274218196e89319507bf866de6f658829f6a03be58ea83
|
checksum=8f5caa4f8e1d261ec3274218196e89319507bf866de6f658829f6a03be58ea83
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# default version too old for ppc musl systems
|
||||||
|
cargo update --package libc --precise 0.2.66
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue