summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-09-26 09:43:50 +0000
committerwiz <wiz@pkgsrc.org>2019-09-26 09:43:50 +0000
commit46e8481129c0ca24ca0a263e8409c7d1ff1f7510 (patch)
treed81365177b95b3c2cb48e4ce9e765f632fa7efe6 /emulators
parent4ad5c442f35ce00d818741b88ae24345be0fd69b (diff)
downloadpkgsrc-46e8481129c0ca24ca0a263e8409c7d1ff1f7510.tar.gz
compat15-extras: no point checking RELRO on these binaries
Diffstat (limited to 'emulators')
-rw-r--r--emulators/compat15-extras/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/compat15-extras/Makefile b/emulators/compat15-extras/Makefile
index 34bae90fe07..dc6e8c6bb29 100644
--- a/emulators/compat15-extras/Makefile
+++ b/emulators/compat15-extras/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/06/07 21:20:46 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2019/09/26 09:43:50 wiz Exp $
COMPAT_PKG= compat15 # for compat_netbsd/Makefile.common
NETBSD_VERSION= 1.5
@@ -27,4 +27,6 @@ post-extract:
cd ${WRKSRC}/usr/lib && mv libtermlib.so.0.0 libtermlib.so.0.4
.endif
+CHECK_RELRO_SKIP+= *
+
.include "../../mk/bsd.pkg.mk"