[Bug 279141] irc/soju: enable PAM support and fix build tag addition to GOFLAGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 May 2024 20:44:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279141 Bug ID: 279141 Summary: irc/soju: enable PAM support and fix build tag addition to GOFLAGS Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ashish@FreeBSD.org Reporter: me@svmhdvn.name Assignee: ashish@FreeBSD.org Flags: maintainer-feedback?(ashish@FreeBSD.org) Created attachment 250799 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250799&action=edit [PATCH] irc/soju: enable PAM support and fix build tag addition to GOFLAGS Since USES=go:no_targets was used, GO_BUILDFLAGS were not being added to the `make` command. However, the upstream project also doesn't take GO_BUILDFLAGS from the make environment, so those build tags were never being propagated to the actual go build command. This patch fixes that by explicitly adding the build tags to GOFLAGS, just like outlined in the upstream documentation: https://git.sr.ht/~emersion/soju -- You are receiving this mail because: You are the assignee for the bug.