vault: unbreak armv{6,7}l* builds

This commit is contained in:
Duncaen 2025-06-28 16:00:21 +02:00
parent 63e2fa98cd
commit 3a493f9792
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -21,7 +21,6 @@ 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";; i686*) broken="/usr/lib/go/pkg/tool/linux_386/link: mapping output file failed: cannot allocate memory";;
arm*) go_ldflags="$go_ldflags -linkmode=external";;
esac esac
post_install() { post_install() {