pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/LuaJIT2



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Sun Aug 21 21:34:57 UTC 2016

Modified Files:
        pkgsrc/lang/LuaJIT2: Makefile

Log Message:
LuaJIT isn't pax mprotect safe.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/LuaJIT2/Makefile

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

Modified files:

Index: pkgsrc/lang/LuaJIT2/Makefile
diff -u pkgsrc/lang/LuaJIT2/Makefile:1.8 pkgsrc/lang/LuaJIT2/Makefile:1.9
--- pkgsrc/lang/LuaJIT2/Makefile:1.8    Tue Jun 21 16:40:10 2016
+++ pkgsrc/lang/LuaJIT2/Makefile        Sun Aug 21 21:34:57 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/06/21 16:40:10 fhajny Exp $
+# $NetBSD: Makefile,v 1.9 2016/08/21 21:34:57 alnsn Exp $
 #
 
 DISTNAME=      LuaJIT-2.0.4
@@ -14,6 +14,8 @@ LICENSE=      mit
 
 USE_TOOLS+=    gmake
 
+NOT_PAX_MPROTECT_SAFE+=        bin/luajit
+
 # Address pkg/47587 lua not linked to pthread causes issues with modules
 PTHREAD_OPTS+=         native
 PTHREAD_AUTO_VARS=     yes



Home | Main Index | Thread Index | Old Index