Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/rump/modautoload don't disable PIE
details: https://anonhg.NetBSD.org/src/rev/734a02f7e7cd
branches: trunk
changeset: 347483:734a02f7e7cd
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 27 14:23:54 2016 +0000
description:
don't disable PIE
diffstat:
tests/rump/modautoload/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (15 lines):
diff -r bb0e83ba0b5d -r 734a02f7e7cd tests/rump/modautoload/Makefile
--- a/tests/rump/modautoload/Makefile Sat Aug 27 14:21:07 2016 +0000
+++ b/tests/rump/modautoload/Makefile Sat Aug 27 14:23:54 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2016/08/27 14:21:07 christos Exp $
+# $NetBSD: Makefile,v 1.6 2016/08/27 14:23:54 christos Exp $
#
TESTSDIR= ${TESTSBASE}/rump/modautoload
-.include <bsd.init.mk>
-NOPIE=yes
+
TESTS_C= t_modautoload
PAXCTL_FLAGS= +m
Home |
Main Index |
Thread Index |
Old Index