vault: broken on ppc

This commit is contained in:
q66 2020-01-01 23:16:25 +01:00
parent 26b912317e
commit f51a0c5327
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ distfiles="https://github.com/hashicorp/${pkgname}/archive/v${version}.tar.gz"
checksum=b9f909b613d53ae591a5b91a4862c750aaf59e87592b1a74b4c4651c0b5790e3
system_accounts="_vault"
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="fails in yarn when building v8";;
esac
pre_build() {
vsed -i Makefile -e "s@(find \. -name '\*\.go' | grep -v pb\.go | grep -v vendor)@(find . -name '*.go' | grep -v pb.go | grep -v vendor | grep -v ./_build-)@"
local depbin="${wrksrc}/_build-depbin"