pkgsrc-WIP-changes archive

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

spidermonkey31: NOT_PAX_MPROTECT_SAFE for bin/js



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Oct 13 10:32:12 2016 +0200
Changeset:	412caaa106e1593df7b029a796574f3e0b04397c

Modified Files:
	spidermonkey31/Makefile

Log Message:
spidermonkey31: NOT_PAX_MPROTECT_SAFE for bin/js

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=412caaa106e1593df7b029a796574f3e0b04397c

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

diffstat:
 spidermonkey31/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/spidermonkey31/Makefile b/spidermonkey31/Makefile
index 42fca21..fc860f5 100644
--- a/spidermonkey31/Makefile
+++ b/spidermonkey31/Makefile
@@ -42,6 +42,8 @@ CONFIGURE_ENV+=			PYTHON=${PYTHONBIN:Q}
 
 CXXFLAGS+=	-fpermissive #  converting to 'bool' from 'std::nullptr_t'
 
+NOT_PAX_MPROTECT_SAFE+=	bin/js
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${MACHINE_ARCH} == "x86_64"


Home | Main Index | Thread Index | Old Index