net-misc/q: Link binary statically

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-07-04 23:09:26 +02:00
parent d61016dd44
commit 27f9602652
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -33,6 +33,8 @@ RDEPEND="${DEPEND}"
BDEPEND=""
src_compile() {
export CGO_ENABLED=0
# Flags -w, -s: Omit debugging information to reduce binary size,
# see https://golang.org/cmd/link/.
local mygobuildargs=(