summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-09-26 09:44:48 +0000
committerwiz <wiz@pkgsrc.org>2019-09-26 09:44:48 +0000
commit1610ccde6dd16604cbd6f22a5cb477e5fa0f648d (patch)
treee4f51904cc3aad2df7a20780379f75ff226aa4cd /emulators
parent46e8481129c0ca24ca0a263e8409c7d1ff1f7510 (diff)
downloadpkgsrc-1610ccde6dd16604cbd6f22a5cb477e5fa0f648d.tar.gz
compat15: no point checking RELRO on these binaries
Diffstat (limited to 'emulators')
-rw-r--r--emulators/compat15/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/compat15/Makefile b/emulators/compat15/Makefile
index 74d30183e88..a5c64073d1f 100644
--- a/emulators/compat15/Makefile
+++ b/emulators/compat15/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/11/27 19:20:42 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2019/09/26 09:44:48 wiz Exp $
COMPAT_PKG= compat15 # for compat_netbsd/Makefile.common
NETBSD_VERSION= 1.5
@@ -62,4 +62,6 @@ DEPENDS+= netbsd32_compat16>=1.6:../../emulators/netbsd32_compat16
DEPENDS+= compat16>=1.6:../../emulators/compat16
.endif
+CHECK_RELRO_SKIP= *
+
.include "../../mk/bsd.pkg.mk"