git: 4b3dbf299f96 - main - mail/aerc: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jun 2026 23:37:08 UTC
The branch main has been updated by nxjoseph:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4b3dbf299f96dad8612b8e6a48d7b541ac979ce3
commit 4b3dbf299f96dad8612b8e6a48d7b541ac979ce3
Author: Yuvakiran Rayapureddy <iamsleepy@ryuki.me>
AuthorDate: 2026-06-14 23:28:31 +0000
Commit: Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-06-14 23:36:42 +0000
mail/aerc: Fix build
PR: 295990
Reported by: Herbert J. Skuhra <herbert@gojira.at>
Approved by: osa, vvd (Mentors, implicit)
---
mail/aerc/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mail/aerc/Makefile b/mail/aerc/Makefile
index 4040a003ad92..a715e19f9f07 100644
--- a/mail/aerc/Makefile
+++ b/mail/aerc/Makefile
@@ -77,7 +77,8 @@ MAKE_ARGS= GO_BUILDFLAGS="${GO_BUILDFLAGS}" \
MAKE_ENV= ${GO_ENV} \
CC="${CC}" \
CFLAGS="${CFLAGS}" \
- GOFLAGS="${GO_BUILDFLAGS}"
+ BUILD_OPTS="${GO_BUILDFLAGS}" \
+ GO_EXTRA_LDFLAGS="-s"
OPTIONS_DEFINE= HTML_FILTER NOTMUCH
OPTIONS_DEFAULT= HTML_FILTER NOTMUCH