summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-07-22 19:32:40 +0000
committerwiz <wiz@pkgsrc.org>2017-07-22 19:32:40 +0000
commit6177644cd63bd541388aa259b9046746957e15e1 (patch)
tree38a47eda354dfd4611eea2db02cb63f14b1ff308 /www
parent8393114e02bd87b40be6131871920ef29dbd03c8 (diff)
downloadpkgsrc-6177644cd63bd541388aa259b9046746957e15e1.tar.gz
Sprinkle CHECK_RELRO_SKIP on go packages.
go14 has no relro support AFAICT. go-1.8.3 has if you use -buildmode=pie, but it claims it's not supported on Linux. Disable relro checking for go packages until bsiegert has time to look at this.
Diffstat (limited to 'www')
-rw-r--r--www/caddy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/caddy/Makefile b/www/caddy/Makefile
index edfdb40f02f..07b4c00ad3c 100644
--- a/www/caddy/Makefile
+++ b/www/caddy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/07/11 20:26:41 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2017/07/22 19:32:41 wiz Exp $
DISTNAME= caddy-${GITHUB_TAG:S/v//}
CATEGORIES= www
@@ -14,6 +14,8 @@ GO_DIST_BASE= ${DISTNAME}
GO_SRCPATH= github.com/mholt/caddy
GO_BUILD_PATTERN= ${GO_SRCPATH}/caddy
+CHECK_RELRO_SKIP+= bin/caddy
+
EXTRACT_USING= bsdtar
INSTALLATION_DIRS= bin