pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
minio-client: mark bin/minio-client as not relro because it's written in go
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Thu Aug 20 08:08:13 2020 +0200
Changeset: 3f82f9a99a4f144052694ad2e1864775f205060e
Modified Files:
minio-client/Makefile
Log Message:
minio-client: mark bin/minio-client as not relro because it's written in go
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3f82f9a99a4f144052694ad2e1864775f205060e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
minio-client/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/minio-client/Makefile b/minio-client/Makefile
index c1c2e9c170..749be70dda 100644
--- a/minio-client/Makefile
+++ b/minio-client/Makefile
@@ -19,6 +19,8 @@ GO_SRCPATH= github.com/minio/mc
GO_DIST_BASE= mc-${GITHUB_TAG}
INSTALLATION_DIRS= bin
+CHECK_RELRO_SKIP= bin/minio-client
+
GO_BUILD_PATTERN= --ldflags '-X github.com/minio/mc/cmd.Version=${PKGVERSION} -X github.com/minio/mc/cmd.ReleaseTag=${GITHUB_TAG}' .
GO_MODULE_FILES+= github.com/pkg/xattr/@v/v0.4.1.mod
Home |
Main Index |
Thread Index |
Old Index