summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-07-23 07:20:42 +0000
committerwiz <wiz@pkgsrc.org>2017-07-23 07:20:42 +0000
commit4221aa057a3b7579c943aabf8bcfcbd43e40fb85 (patch)
tree0acc3cccd3d6cb59c4c60116e36ff768d30edc3c /net
parent58febb087c0cb33cfc33226a4ef7e61a243ecff6 (diff)
downloadpkgsrc-4221aa057a3b7579c943aabf8bcfcbd43e40fb85.tar.gz
More RELRO check disabling for go packages.
Diffstat (limited to 'net')
-rw-r--r--net/syncthing/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index 166ad1767c5..a3579269e32 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2017/07/03 11:07:25 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2017/07/23 07:20:42 wiz Exp $
# Upstream regularly breaks protocol compatibility. While users of
# pkgsrc syncthing on multiple systems can update synchronously, an
@@ -58,6 +58,8 @@ WRKPLACE= ${WRKPLACEP}/syncthing
MAKE_ENV+= GOPATH=${GOPATH}
+CHECK_RELRO_SKIP+= bin/syncthing
+
# This used to be set; there seems to be no reason any longer. To be
# pruned on 2016-11-04.
# INSTALL_UNSTRIPPED= yes