Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libsljit Fix mprotect for the helper.



details:   https://anonhg.NetBSD.org/src/rev/dbf2f73ea6f9
branches:  trunk
changeset: 345442:dbf2f73ea6f9
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 28 14:38:29 2016 +0000

description:
Fix mprotect for the helper.

diffstat:

 tests/lib/libsljit/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d8589f17bcd -r dbf2f73ea6f9 tests/lib/libsljit/Makefile
--- a/tests/lib/libsljit/Makefile       Sat May 28 14:34:49 2016 +0000
+++ b/tests/lib/libsljit/Makefile       Sat May 28 14:38:29 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/06/17 19:26:18 alnsn Exp $
+# $NetBSD: Makefile,v 1.4 2016/05/28 14:38:29 christos Exp $
 
 TESTSDIR=      ${TESTSBASE}/lib/libsljit
 
@@ -14,7 +14,7 @@
 PROG=          h_sljit
 MAN=           # defined
 SRCS=          sljitMain.c sljitTest.c
-
+PAXCTL_FLAGS.h_sljit += +m
 WARNS=         3
 
 LDADD+=                -L${LIBSLJITDIR} -lsljit



Home | Main Index | Thread Index | Old Index