From 3a493f97920066a65d69e06323c8c768467a3886 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 28 Jun 2025 16:00:21 +0200 Subject: [PATCH] vault: unbreak armv{6,7}l* builds --- srcpkgs/vault/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/vault/template b/srcpkgs/vault/template index 4b3e126a4b2..edf71c7fd37 100644 --- a/srcpkgs/vault/template +++ b/srcpkgs/vault/template @@ -21,7 +21,6 @@ repository=nonfree 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";; esac post_install() {