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/6325e98f7e8a
branches:  trunk
changeset: 817625:6325e98f7e8a
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 57c6247e8868 -r 6325e98f7e8a 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