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"