Module Name:    src
Committed By:   christos
Date:           Sat May 28 14:38:29 UTC 2016

Modified Files:
        src/tests/lib/libsljit: Makefile

Log Message:
Fix mprotect for the helper.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libsljit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libsljit/Makefile
diff -u src/tests/lib/libsljit/Makefile:1.3 src/tests/lib/libsljit/Makefile:1.4
--- src/tests/lib/libsljit/Makefile:1.3	Tue Jun 17 15:26:18 2014
+++ src/tests/lib/libsljit/Makefile	Sat May 28 10:38:29 2016
@@ -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 @@ BINDIR=		${TESTSDIR}
 PROG=		h_sljit
 MAN=		# defined
 SRCS=		sljitMain.c sljitTest.c
-
+PAXCTL_FLAGS.h_sljit += +m
 WARNS=		3
 
 LDADD+=		-L${LIBSLJITDIR} -lsljit

Reply via email to