xsv: fix build on ppc*-musl
This commit is contained in:
parent
2210f24573
commit
5033874e59
|
@ -10,6 +10,11 @@ homepage="https://github.com/BurntSushi/xsv/"
|
|||
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=2b75309b764c9f2f3fdc1dd31eeea5a74498f7da21ae757b3ffd6fd537ec5345
|
||||
|
||||
pre_build() {
|
||||
# default version too old for ppc musl systems
|
||||
cargo update --package libc --precise 0.2.66
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-MIT
|
||||
vlicense UNLICENSE
|
||||
|
|
Loading…
Reference in New Issue