pkgsrc-WIP-changes archive

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

mattermost-server: add CHECK_RELRO_SKIP



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Thu Apr 9 20:55:52 2020 +0200
Changeset:	35b733f31914b5323cc81a4295ed64c73f709cba

Modified Files:
	mattermost-server/Makefile

Log Message:
mattermost-server: add CHECK_RELRO_SKIP

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

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

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

diffs:
diff --git a/mattermost-server/Makefile b/mattermost-server/Makefile
index 664ace139d..b186de4ae2 100644
--- a/mattermost-server/Makefile
+++ b/mattermost-server/Makefile
@@ -13,6 +13,7 @@ LICENSE=	mit
 
 GO_BUILD_PATTERN= -mod=vendor -trimpath ./cmd/mattermost
 USE_LANGUAGES=	c # go
+CHECK_RELRO_SKIP=	bin/mattermost
 
 .include "../../wip/go/go-module.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index