summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2016-05-26 16:41:59 +0000
committerkhorben <khorben@pkgsrc.org>2016-05-26 16:41:59 +0000
commit70a791b30be2e89c671700e5478a337fbbeca3ec (patch)
tree73b860b765c818d60f42b35092826d278ed7e2c3 /devel
parent65658f1b8a3fd1e432966736a8ad0706cf20c12c (diff)
downloadpkgsrc-70a791b30be2e89c671700e5478a337fbbeca3ec.tar.gz
Mark bin/gmake from devel/gmake as not safe for Pax {ASLR,MPROTECT}
I observed crashes on NetBSD/amd64 without both options enabled; further investigation is welcome.
Diffstat (limited to 'devel')
-rw-r--r--devel/gmake/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile
index 3f8c84f3210..fc1b21854a7 100644
--- a/devel/gmake/Makefile
+++ b/devel/gmake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2016/05/23 16:50:58 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2016/05/26 16:41:59 khorben Exp $
DISTNAME= make-4.2
PKGNAME= g${DISTNAME}
@@ -29,6 +29,9 @@ CONFIGURE_ARGS.MirBSD+= ac_cv_func_strndup=no
AUTO_MKDIRS= yes
+NOT_PAX_ASLR_SAFE+= bin/gmake
+NOT_PAX_MPROTECT_SAFE+= bin/gmake
+
PLIST_SRC= ${PKGDIR}/PLIST
.include "options.mk"