pkgsrc-WIP-changes archive

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

ioquake3-snapshot: executable is not mprotect safe



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Jun 4 19:03:45 2017 +0200
Changeset:	571fe1833b5a5530349b647470bfd5639d9c201b

Modified Files:
	ioquake3-snapshot/Makefile

Log Message:
ioquake3-snapshot: executable is not mprotect safe

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

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

diffstat:
 ioquake3-snapshot/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/ioquake3-snapshot/Makefile b/ioquake3-snapshot/Makefile
index d645c50927..c58a7faff9 100644
--- a/ioquake3-snapshot/Makefile
+++ b/ioquake3-snapshot/Makefile
@@ -19,6 +19,8 @@ WRKSRC=	${WRKDIR}/ioq3-${GITHUB_TAG}
 USE_TOOLS+=	gmake
 BUILD_TARGET=	release
 
+NOT_PAX_MPROTECT_SAFE=	lib/ioquake3/ioquake3.${QUAKE_ARCH}
+
 do-install:
 	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/ioquake3
 	cd ${WRKSRC} && ${GMAKE} copyfiles COPYDIR=${DESTDIR}${PREFIX}/lib/ioquake3


Home | Main Index | Thread Index | Old Index