vault: rebuild for go-1.23.0
This commit is contained in:
parent
001daaf05e
commit
ca8e6833a0
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vault'
|
# Template file for 'vault'
|
||||||
pkgname=vault
|
pkgname=vault
|
||||||
version=1.15.0
|
version=1.15.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/vault"
|
go_import_path="github.com/hashicorp/vault"
|
||||||
go_build_tags="release"
|
go_build_tags="release"
|
||||||
|
@ -20,6 +20,7 @@ make_dirs="/var/lib/vault 0700 _vault _vault
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*) broken="/usr/lib/go/pkg/tool/linux_386/link: mapping output file failed: cannot allocate memory";;
|
||||||
arm*) go_ldflags="$go_ldflags -linkmode=external";;
|
arm*) go_ldflags="$go_ldflags -linkmode=external";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue