pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mattermost: Fix ldflags entry.



Module Name:	pkgsrc-wip
Committed By:	Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By:	hauke
Date:		Thu Mar 19 13:50:03 2026 +0100
Changeset:	03a9112efd48adba06a334d74d1ae6f60717366b

Modified Files:
	mattermost-server/Makefile

Log Message:
mattermost: Fix ldflags entry.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=03a9112efd48adba06a334d74d1ae6f60717366b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mattermost-server/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/mattermost-server/Makefile b/mattermost-server/Makefile
index 1ae0a9fbac..7304737ec5 100644
--- a/mattermost-server/Makefile
+++ b/mattermost-server/Makefile
@@ -59,7 +59,7 @@ GOFLAGS+=	-ldflags=" \
 		-X ${GOFLAGPATH}/model.BuildNumber=${PKGVERSION} \
 		-X ${GOFLAGPATH}/model.BuildHash=none \
 		-X ${GOFLAGPATH}/model.BuildHashEnterprise=none \
-		-X ${GOFLAGPATH}/public/model.BuildEnterpriseReady=false"
+		-X ${GOFLAGPATH}/model.BuildEnterpriseReady=false"
 GOFLAGPATH=	github.com/mattermost/mattermost/server/public
 
 INSTALLATION_DIRS+=	sbin ${EGDIR}


Home | Main Index | Thread Index | Old Index